mirror of
https://github.com/owasp-modsecurity/ModSecurity.git
synced 2025-11-21 03:26:42 +03:00
Updated Reference Manual (mediawiki)
@@ -4529,7 +4529,7 @@ SecRule ARGS "@verifyCPF /^([0-9]{3}\.){2}[0-9]{3}-[0-9]{2}$/" "phase:2,id:195,n
|
||||
|
||||
'''Version:''' 2.6-2.9.x
|
||||
|
||||
'''Supported on libModSecurity:''' TBI
|
||||
'''Supported on libModSecurity:''' Yes
|
||||
|
||||
== verifySSN ==
|
||||
'''Description:''' Detects US social security numbers (SSN) in input. This operator will first use the supplied regular expression to perform an initial match, following up with an SSN algorithm calculation to minimize false positives.
|
||||
@@ -4543,7 +4543,7 @@ SecRule ARGS "@verifySSN \d{3}-?\d{2}-?\d{4}" "phase:2,id:196,nolog,pass,msg:'Po
|
||||
|
||||
'''Version:''' 2.6-2.9.x
|
||||
|
||||
'''Supported on libModSecurity:''' TBI
|
||||
'''Supported on libModSecurity:''' Yes
|
||||
|
||||
'''SSN Format''':
|
||||
|
||||
|
||||
Reference in New Issue
Block a user