You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SensitiveInfoUtils类中ip正则表达式错误,正确的ipv4正则如下:
public static final String IPV4_REGEX = "((\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])){3})";
这个是ipv4的 建议考虑下后期ipv6
The text was updated successfully, but these errors were encountered:
SensitiveInfoUtils类中ip正则表达式错误,正确的ipv4正则如下:
public static final String IPV4_REGEX = "((\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])(\.(\d|[1-9]\d|1\d{2}|2[0-4]\d|25[0-5])){3})";
这个是ipv4的 建议考虑下后期ipv6
The text was updated successfully, but these errors were encountered: