Files
AWatch-rus/aw-server/dlp-content-analysis/regex-packs/financial.json
T

7 lines
197 B
JSON

{
"rules": [
{ "id": "card-pan", "regex": "\\b(?:\\d[ -]*?){13,19}\\b", "severity": "high" },
{ "id": "iban", "regex": "\\b[A-Z]{2}\\d{2}[A-Z0-9]{11,30}\\b", "severity": "medium" }
]
}