Skip to content

Commit

Permalink
📝 Update docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ADD-SP committed May 28, 2021
1 parent 676a83d commit d34af8f
Show file tree
Hide file tree
Showing 8 changed files with 49 additions and 16 deletions.
8 changes: 8 additions & 0 deletions CHANGES-ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@

***

## [5.3.2] - 2021-05-28 UTC+0800

### Fixed

* 内存损坏。

***

## [5.3.1] - 2021-05-26 GMT+0800

### 修复
Expand Down
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,13 @@

***

## [5.3.2] - 2021-05-28 UTC+0800

### Fixed

* Memory corruption.

***

## [5.3.1] - 2021-05-26 GMT+0800

Expand Down
15 changes: 8 additions & 7 deletions README-ZH-CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@


<p align="center">
<img src="https://raw.githubusercontent.com/ADD-SP/ngx_waf/master/logo.png" width=200 height=200/>
<img src="https://cdn.jsdelivr.net/gh/ADD-SP/ngx_waf@master/logo.png" width=200 height=200/>
</p>


Expand Down Expand Up @@ -57,9 +57,10 @@

## 感谢

* [uthash](https://github.com/troydhanson/uthash)
* [libinjection](https://github.com/client9/libinjection)
* [libsodium](https://github.com/jedisct1/libsodium)
* [ngx_lua_waf](https://github.com/loveshell/ngx_lua_waf)
* [nginx-book](https://github.com/taobao/nginx-book)
* [nginx-development-guide](https://github.com/baishancloud/nginx-development-guide)
* [uthash](https://github.com/troydhanson/uthash):C 语言的哈希表、数组、链表等容器库。
* [libinjection](https://github.com/client9/libinjection):SQL 注入检测库。
* [libsodium](https://github.com/jedisct1/libsodium):C 语言密码函数库。
* [lastversion](https://github.com/dvershinin/lastversion):一个轻巧的命令行工具,帮助你下载或安装一个项目的特定版本。
* [ngx_lua_waf](https://github.com/loveshell/ngx_lua_waf):一个基于 lua-nginx-module (openresty) 的 web 应用防火墙。
* [nginx-book](https://github.com/taobao/nginx-book):Nginx开发从入门到精通
* [nginx-development-guide](https://github.com/baishancloud/nginx-development-guide):Nginx 开发指南。
15 changes: 8 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# ngx_waf

<p align="center">
<img src="https://raw.githubusercontent.com/ADD-SP/ngx_waf/master/logo.png" width=200 height=200/>
<img src="https://cdn.jsdelivr.net/gh/ADD-SP/ngx_waf@master/logo.png" width=200 height=200/>
</p>

[![test](https://github.com/ADD-SP/ngx_waf/workflows/test/badge.svg)](https://github.com/ADD-SP/ngx_waf/actions?query=workflow%3Atest)
Expand Down Expand Up @@ -58,9 +58,10 @@ Handy, High performance Nginx firewall module.

## Thanks

* [uthash](https://github.com/troydhanson/uthash)
* [libinjection](https://github.com/client9/libinjection)
* [libsodium](https://github.com/jedisct1/libsodium)
* [ngx_lua_waf](https://github.com/loveshell/ngx_lua_waf)
* [nginx-book](https://github.com/taobao/nginx-book)
* [nginx-development-guide](https://github.com/baishancloud/nginx-development-guide)
* [uthash](https://github.com/troydhanson/uthash): C macros for hash tables and more.
* [libinjection](https://github.com/client9/libinjection): SQL / SQLI tokenizer parser analyzer.
* [libsodium](https://github.com/jedisct1/libsodium): A modern, portable, easy to use crypto library.
* [lastversion](https://github.com/dvershinin/lastversion): A command line tool that helps you download or install a specific version of a project.
* [ngx_lua_waf](https://github.com/loveshell/ngx_lua_waf): A web application firewall based on the lua-nginx-module (openresty).
* [nginx-book](https://github.com/taobao/nginx-book): The Chinese language development guide for nginx.
* [nginx-development-guide](https://github.com/baishancloud/nginx-development-guide): The Chinese language development guide for nginx.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
home: true
heroImage: https://raw.githubusercontent.com/ADD-SP/ngx_waf/master/logo.png
heroImage: https://cdn.jsdelivr.net/gh/ADD-SP/ngx_waf@master/logo.png
heroText: ngx_waf
tagline: Handy, High performance Nginx firewall module.
actionText: Quick Start →
Expand Down
8 changes: 8 additions & 0 deletions docs/advance/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ lang: en
### Fixed


***

## [5.3.2] - 2021-05-28 UTC+0800

### Fixed

* Memory corruption.

***


Expand Down
2 changes: 1 addition & 1 deletion docs/zh-cn/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
home: true
heroImage: https://raw.githubusercontent.com/ADD-SP/ngx_waf/master/logo.png
heroImage: https://cdn.jsdelivr.net/gh/ADD-SP/ngx_waf@master/logo.png
heroText: ngx_waf
tagline: 方便且高性能的 Nginx 防火墙模块。
actionText: 快速上手 →
Expand Down
8 changes: 8 additions & 0 deletions docs/zh-cn/advance/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,14 @@ lang: zh-CN
### 修复


***

## [5.3.2] - 2021-05-28 UTC+0800

### Fixed

* 内存损坏。

***

## [5.3.1] - 2021-05-26 GMT+0800
Expand Down

0 comments on commit d34af8f

Please sign in to comment.