From d34af8fd19ee00318ca81f478c7698a89808cfe3 Mon Sep 17 00:00:00 2001 From: ADD-SP Date: Fri, 28 May 2021 17:27:16 +0800 Subject: [PATCH] :memo: Update docs. --- CHANGES-ZH-CN.md | 8 ++++++++ CHANGES.md | 7 +++++++ README-ZH-CN.md | 15 ++++++++------- README.md | 15 ++++++++------- docs/README.md | 2 +- docs/advance/changes.md | 8 ++++++++ docs/zh-cn/README.md | 2 +- docs/zh-cn/advance/changes.md | 8 ++++++++ 8 files changed, 49 insertions(+), 16 deletions(-) diff --git a/CHANGES-ZH-CN.md b/CHANGES-ZH-CN.md index 7f951d7b..e7d6d872 100644 --- a/CHANGES-ZH-CN.md +++ b/CHANGES-ZH-CN.md @@ -15,6 +15,14 @@ *** +## [5.3.2] - 2021-05-28 UTC+0800 + +### Fixed + +* 内存损坏。 + +*** + ## [5.3.1] - 2021-05-26 GMT+0800 ### 修复 diff --git a/CHANGES.md b/CHANGES.md index 78524b2d..a516c574 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -16,6 +16,13 @@ *** +## [5.3.2] - 2021-05-28 UTC+0800 + +### Fixed + +* Memory corruption. + +*** ## [5.3.1] - 2021-05-26 GMT+0800 diff --git a/README-ZH-CN.md b/README-ZH-CN.md index 346451f6..c29dde72 100644 --- a/README-ZH-CN.md +++ b/README-ZH-CN.md @@ -2,7 +2,7 @@

- +

@@ -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 开发指南。 diff --git a/README.md b/README.md index a257f8df..c030d71e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # ngx_waf

- +

[![test](https://github.com/ADD-SP/ngx_waf/workflows/test/badge.svg)](https://github.com/ADD-SP/ngx_waf/actions?query=workflow%3Atest) @@ -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. diff --git a/docs/README.md b/docs/README.md index 518b1f2d..7646155a 100644 --- a/docs/README.md +++ b/docs/README.md @@ -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 → diff --git a/docs/advance/changes.md b/docs/advance/changes.md index 13f3560d..dd30ca16 100644 --- a/docs/advance/changes.md +++ b/docs/advance/changes.md @@ -19,6 +19,14 @@ lang: en ### Fixed +*** + +## [5.3.2] - 2021-05-28 UTC+0800 + +### Fixed + +* Memory corruption. + *** diff --git a/docs/zh-cn/README.md b/docs/zh-cn/README.md index 1e1bf07c..77d36dcc 100644 --- a/docs/zh-cn/README.md +++ b/docs/zh-cn/README.md @@ -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: 快速上手 → diff --git a/docs/zh-cn/advance/changes.md b/docs/zh-cn/advance/changes.md index d543536c..4c2034f5 100644 --- a/docs/zh-cn/advance/changes.md +++ b/docs/zh-cn/advance/changes.md @@ -19,6 +19,14 @@ lang: zh-CN ### 修复 +*** + +## [5.3.2] - 2021-05-28 UTC+0800 + +### Fixed + +* 内存损坏。 + *** ## [5.3.1] - 2021-05-26 GMT+0800