release branch 0.0.12

This commit is contained in:
binbin.hou
2020-01-16 20:54:14 +08:00
parent 88fc3a68d1
commit f45cb0be5a
20 changed files with 429 additions and 135 deletions

View File

@@ -87,3 +87,9 @@
|:---|:---|:---|:---|:--|
| 1 | A | 添加对于数字过滤的可配置型 | 2020-1-14 22:48:12 | |
| 2 | A | 添加部分敏感词 | 2020-1-14 22:48:12 | |
# release_0.0.12
| 序号 | 变更类型 | 说明 | 时间 | 备注 |
|:---|:---|:---|:---|:--|
| 1 | A | 添加对于网址的过滤 | 2020-1-16 20:51:58 | |

View File

@@ -1,6 +1,8 @@
# 是否为邮箱 check
暂时先使用基本的正则表达式,
==================
网址等等
@@ -13,6 +15,10 @@ Image-URL 检测,避免替换错误。
针对不同的信息脱敏,则需要知道对应的检测代码是什么。
jpg
png
jpeg
gif
## 是否脱敏的配置
@@ -26,4 +32,11 @@ Image-URL 检测,避免替换错误。
可以直接开辟另一道验证方式。
直接 regex+全文检索实现。
直接 regex+全文检索实现。
# 前提
首先实现 Regex
这里也可以支持 allow_regex/deny_regex