The journey of tracking personal data starts from “sources”. They are variables, classes and structures in the code which represent personal data. Sources are divided into 22 categories. There is a separate file for each category. You can see them in the folder. Each file in the folder contains the rules for data elements belonging to that category.
Example
From the account_data.yaml
sources:
- id: Data.Sensitive.FinancialData.BankAccountDetails
name: Bank Account Details
category: Financial Data
isSensitive: False
sensitivity: high
patterns:
- "(?i).*((?<!question)bank[^\\s/(;)#|,=!>]*(?:name|account|details|detail|address|country|(swift|bic)-code|(swift|bic)_code)|bank[^\\s/(;)#|,=!>]*account[^\\s/(;)#|,=!>]*details|(swift|bic)[-_]code|(swift|bic)code)"
tags:
law: GDPR
Organization
Sources are present in directory and are organized as follows,