mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-09-27 10:18:49 +03:00
Merge 70867513a155e1d275f46a053f755dc80149dc82 into e523d7223b5589e68de2c2a9428a4ba81a265e6f
This commit is contained in:
commit
451d42c404
@ -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