Skip to content

Commit

Permalink
Rename to "Driver's License Number" for consistency w/ the original t…
Browse files Browse the repository at this point in the history
…icket.
  • Loading branch information
codestronger committed Jun 13, 2024
1 parent 8b3ca51 commit b5eb3b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion formfyxer/lit_explorer.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,7 +994,7 @@ def get_sensitive_fields(fields: List[str]) -> List[str]:
"credit[\W_]*card",
"(CV[CDV]2?|CCV|CSC)"
],
"Driver's License": [
"Driver's License Number": [
"drivers[\W_]*license",
".?DL$"
]
Expand Down

0 comments on commit b5eb3b3

Please sign in to comment.