Commit Graph

14 Commits

Author SHA1 Message Date
0ba365dabc feat(security/crypto): 新增密码编码器配置(由原 security/password 模块融合) 2025-07-25 21:43:13 +08:00
a0ace7d60c build: groupId top.continew => top.continew.starter 2025-07-05 17:29:58 +08:00
ad298930db release: v2.12.1 2025-06-09 21:43:40 +08:00
b5bfe5c681 feat(security/xss): 新增 XSS 过滤模块(原 web 模块内组件) 2025-03-26 20:41:20 +08:00
2b3de0c67e refactor(ratelimiter): 将限流相关代码从 security 模块中分离,创建独立的 ratelimiter 模块
修复部分幂等配置错误
2025-03-17 21:53:26 +08:00
bd8b1899c7 refactor(security/sensitivewords): 优化敏感词模块代码 2025-02-14 21:58:11 +08:00
51c47751f4 refactor(security/limiter): 重构限流器,支持自定义限流器名称生成器 2024-06-28 23:34:51 +08:00
KAI
a89765f49e feat(security/limiter): 新增限流器 2024-06-25 01:01:43 +00:00
c5e2516acd release: v2.0.0 2024-04-17 22:38:15 +08:00
dbb7a6319e chore: top.charles7c.continew => top.continew 2024-04-09 22:33:19 +08:00
12c3d64066 feat(security): 新增 continew-starter-security-all 模块,统一引入加密、脱敏、密码编码器能力 2024-02-09 10:18:35 +08:00
5ccdd9e5da feat(security/crypto): 新增安全模块-加密,支持 MyBatis ORM 框架字段加密 2024-02-08 23:13:01 +08:00
7b795194d3 feat(security/mask): 新增安全模块-脱敏,支持 JSON 数据脱敏 2024-02-07 17:38:31 +08:00
47a4d57dee feat(security/password): 新增安全模块-密码编码器自动配置(core -> security/password) 2024-02-01 20:46:55 +08:00