DongTai-engine
DongTai-engine copied to clipboard
敏感数据检测的正则存在误报建议使用以下正则(python需要调整,我这边写的是标准语法)
(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)
(?<!\d)(86|086|(?<!\d))[1][345789][0-9]{9}(?!\d)
Thanks for the feedback, we will set this regularity as the default regularity.