Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

脱敏后发现,如果对敏感字段中大小写修改,与配置脱敏不一致,将导致脱敏失效 #2328

Closed
dwf3201 opened this issue Oct 12, 2023 · 0 comments

Comments

@dwf3201
Copy link

dwf3201 commented Oct 12, 2023

重现步骤

select ftelephone ,ftelephonE from fuser;
脱敏是按照小写ftelephone配置,查询时最后一位输入大写,导致脱敏失效。

预期外的结果

select ftelephone ,ftelephonE from fuser;
查询结果:

ftelephone | ftelephonE
test | test
99988 | 999888
987
21 | 987654321
98080 | 980980980
939
93 | 939393
936****62 | 936771362

日志文本

No response

版本

1.10.0

部署方式

Docker

是否还有其他可以辅助定位问题的信息?比如数据库版本等

No response

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants