mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 05:45:59 +03:00
Update verify_ssn.cc to fix new format
Fixes https://github.com/SpiderLabs/ModSecurity/issues/2970
This commit is contained in:
parent
60f802e480
commit
70867513a1
@ -100,7 +100,7 @@ bool VerifySSN::verify(const char *ssnumber, int len) {
|
||||
goto invalid;
|
||||
|
||||
/* More tests */
|
||||
if (area >= 740 || area == 666)
|
||||
if (area == 666)
|
||||
goto invalid;
|
||||
|
||||
return true;
|
||||
|
Loading…
x
Reference in New Issue
Block a user