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
It's possible I misunderstood the regex, but it seems like the pattern does not account for avoiding alerting on invalid SSNs. Here is the current pattern used:
identify invalid SSNs with:
•The first three digits (former area number) as "000," "666,” or in the 900 series.
•The second group of two digits (former group number) as "00."
•The third group of four digits (former serial number) as "0000."
Please consider updating the regex to only match valid SSNs
The text was updated successfully, but these errors were encountered:
It's possible I misunderstood the regex, but it seems like the pattern does not account for avoiding alerting on invalid SSNs. Here is the current pattern used:
ssn-exposure/scripts/main.zeek
Line 62 in 6b0b718
Per https://secure.ssa.gov/poms.nsf/lnx/0110201035 :
Please consider updating the regex to only match valid SSNs
The text was updated successfully, but these errors were encountered: