mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-08-14 13:56:01 +03:00
Merge 70867513a155e1d275f46a053f755dc80149dc82 into f2170d8576bca3d49e272aed947093201150c321
This commit is contained in:
commit
54a6dda5e4
@ -100,7 +100,7 @@ bool VerifySSN::verify(const char *ssnumber, int len) {
|
|||||||
goto invalid;
|
goto invalid;
|
||||||
|
|
||||||
/* More tests */
|
/* More tests */
|
||||||
if (area >= 740 || area == 666)
|
if (area == 666)
|
||||||
goto invalid;
|
goto invalid;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user