Skip to content

Commit

Permalink
Merge pull request #546 from anish-akto/fintech
Browse files Browse the repository at this point in the history
fix(fintech.json): trailing comma
  • Loading branch information
ankush-jain-akto authored Sep 7, 2023
2 parents 57cec56 + e1e4160 commit 1b25d34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pii-types/fintech.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
{"name": "Finnish Personal Identity Number", "regexPattern" : "([0-2][0-9]|[3-3][0-1])([0-0][1-9]|[1-1][0-2])[0-9]{2}[Aa\\+\\-]{1}([0-8][0-9][2-8]|[1-8][0-9][0-9])[0-9A-Ya-y]", "sensitive":false, "onKey": false, "active" : false},
{"name": "Canadian Social Insurance Number", "regexPattern" : "[0-9]{9}", "sensitive":false, "onKey": false, "active" : false},
{"name": "German Insurance Identity Number", "regexPattern" : "[0-9]{2}([0-2][0-9]|[3-3][0-1])([0-0][1-9]|[1-1][0-2])[0-9]{2}[A-Za-z][0-9]{3}", "sensitive":false, "onKey": false, "active" : false},
{"name": "Japanese Social Insurance Number", "regexPattern" : "[0-9]{12}", "sensitive":false, "onKey": false, "active" : false}
{"name": "Japanese Social Insurance Number", "regexPattern" : "[0-9]{12}", "sensitive":false, "onKey": false, "active" : false},
{"name": "IBAN EUROPE", "regexPattern" : "[A-Z]{2}?[ ]?[0-9]{2}[ ]?\\s*(\\d{4}\\s*){4,10}(\\d{1,2}\\s*)?", "sensitive":false, "onKey": false, "active" : false},
{"name": "US ADDRESS", "regexPattern" : "\\d{1,5}(\\s[\\w-.,]*){1,6},\\s[A-Z]{2}\\s\\d{5}\\b", "sensitive":false, "onKey": false, "active" : false}
]
Expand Down

0 comments on commit 1b25d34

Please sign in to comment.