Skip to content

Commit

Permalink
changed account Name rule
Browse files Browse the repository at this point in the history
  • Loading branch information
ankit-privado committed Oct 21, 2024
1 parent cf209ed commit fb48854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rules/sources/account_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ sources:
isSensitive: False
sensitivity: medium
patterns:
- "(?i)(.*(?<!(db|database|jira|sql|postgres|mongo|aws)[^\\s/(;)#|,=!>]{0,3})user[^\\s/(;)#|,=!>]{0,3}name)|(.*(account|customer|doctor|patient|teacher|student|person|organi[zs]ation|company)[^\\s/(;)#|,=!>]{0,3}name)"
- "(?i)(.*(?<!(db|database|jira|sql|postgres|mongo|aws)[^\\s/(;)#|,=!>]{0,3})user[^\\s/(;)#|,=!>]{0,3}name)|(.*(account|customer|doctor|patient|teacher|student|person|organi[zs]ation)[^\\s/(;)#|,=!>]{0,3}name)"
tags:
law: GDPR

0 comments on commit fb48854

Please sign in to comment.