DongTai-engine icon indicating copy to clipboard operation
DongTai-engine copied to clipboard

敏感数据检测的正则存在误报建议使用以下正则(python需要调整,我这边写的是标准语法)

Open SpenserCai opened this issue 3 years ago • 1 comments

(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)

SpenserCai avatar Dec 23 '21 03:12 SpenserCai

(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)

Thanks for the feedback, we will set this regularity as the default regularity.

exexute avatar Dec 23 '21 04:12 exexute