Skip to content

Commit

Permalink
PR comment
Browse files Browse the repository at this point in the history
  • Loading branch information
khemrajrathore committed Oct 29, 2024
1 parent b9f5f9f commit 5cc1c70
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
10 changes: 10 additions & 0 deletions rules/sources/account_data.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,3 +58,13 @@ sources:
- "(?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)"
tags:
law: GDPR

- id: Data.Sensitive.AccountData.Token
name: Token
category: Account Data
isSensitive: False
sensitivity: medium
patterns:
- "((?i)(auth|session|access|bearer|jwt|recaptcha|user|useraccess)[^\\s/(;)#|,=!>]{0,3}token[s]?)"
tags:
law: GDPR
9 changes: 0 additions & 9 deletions rules/sources/online_identifiers.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,3 @@ sources:
tags:
law: GDPR

- id: Data.Sensitive.OnlineIdentifiers.Token
name: Token
category: Online Identifiers
isSensitive: False
sensitivity: medium
patterns:
- "((?i)(auth|session|access|bearer|jwt|recaptcha|user|useraccess)?token[s]?)"
tags:
law: GDPR

0 comments on commit 5cc1c70

Please sign in to comment.