You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update Data uses for 1.4
* feat: refactor how the default taxonomy is set up to make modification easier
* Update Data Uses
* feat: add a suite of "count" tests for the default taxonomy
* feat: set proper Defaults for Optional fields
* feat: rework top-level and second-level uses
* feat: advertising restructure
* fix: pytest
* feat: add a new export script for the default taxonomy that includes YAML, JSON and CSV
* feat: fix the CSV export and add a simple sorting to the default data types
* feat: add a CI check for the taxonomy export
* fix: uppercase fides key
* fix: pylint
* fix: exported taxonomy
* feat: remove accidental files
* fix: remove alignment spaces from data_uses csv
* Add missing data use
* Update export_default_taxonomy to generate root nodes and copy to docs CSVs
* Run export_default_taxonomy locally
* Fixes for taxonomy visualization
* feat: make all of the data use updates based on the latest spreadsheet
* docs: changelog
* feat: update descriptions based on new spreadsheet
* Apply suggestions from code review
* fix: update exported resources
* feat: add the authentication use
---------
Co-authored-by: Neville Samuell <[email protected]>
user.account.contact.postal_code,Account Postal Code,user.account.contact,Account's postal code.
14
-
user.account.contact.state,Account State,user.account.contact,Account's state level address data.
15
-
user.account.contact.street,Account Street,user.account.contact,Account's street level address.
16
-
user.account.payment,Payment Data,user.account,Payment data related to system account.
17
-
user.account.payment.financial_account_number,Account Payment Financial Account Number,user.account.payment,"Financial account number for an account's payment card, bank account, or other financial system."
18
-
user.device,Device Data,user,"Data related to a user's device, configuration, and settings."
user.credentials.biometric_credentials,Biometric Credentials,user.credentials,Credentials for system authentication.
32
-
user.credentials.password,Password,user.credentials,Password for system authentication.
33
-
user.financial,Financial Data,user,Payment data and financial history.
34
-
user.financial.account_number,Financial Account Number,user.financial,"User's account number for a payment card, bank account, or other financial system."
system,True,System Data,default_organization,data_category,,"Data unique to, and under control of the system."
4
+
system.authentication,True,Authentication Data,default_organization,system,,Data used to manage access to the system.
5
+
system.operations,True,Operations Data,default_organization,system,,Data used for system operations.
6
+
user,True,User Data,default_organization,data_category,,"Data related to the user of the system, either provided directly or derived based on their usage."
7
+
user.payment,True,Payment Data,default_organization,user,,Payment data related to user.
8
+
user.biometric,True,Biometric Data,default_organization,user,,Encoded characteristics provided by a user.
9
+
user.biometric_health,True,Biometric Health Data,default_organization,user,,Encoded characteristic collected about a user.
10
+
user.browsing_history,True,Browsing History,default_organization,user,,Content browsing history of a user.
11
+
user.demographic,True,Demographic Data,default_organization,user,,Demographic data about a user.
12
+
user.contact,True,Contact Data,default_organization,user,,Contact data collected about a user.
13
+
user.device,True,Device Data,default_organization,user,,"Data related to a user's device, configuration and setting."
14
+
user.gender,True,Gender,default_organization,user,,Gender of an individual.
15
+
user.location,True,Location Data,default_organization,user,,Records of the location of a user.
16
+
user.media_consumption,True,Media Consumption Data,default_organization,user,,Media type consumption data of a user.
17
+
user.non_specific_age,True,Non-Specific Age,default_organization,user,,Age range data.
18
+
user.observed,True,Observed Data,default_organization,user,,Data collected through observation of use of the system.
19
+
user.profiling,True,Profiling Data,default_organization,user,,Preference and interest data about a user.
20
+
user.race,True,Race,default_organization,user,,Racial or ethnic origin data.
21
+
user.religious_belief,True,Religious Belief,default_organization,user,,Religion or religious belief.
22
+
user.search_history,True,Search History,default_organization,user,,Records of search history and queries of a user.
23
+
user.sexual_orientation,True,Sexual Orientation,default_organization,user,,Personal sex life or sexual data.
24
+
user.social,True,Social Data,default_organization,user,,Social activity and interaction data.
25
+
user.telemetry,True,Telemetry Data,default_organization,user,,User identifiable measurement data from system sensors and monitoring.
26
+
user.unique_id,True,Unique ID,default_organization,user,,Unique identifier for a user assigned through system use.
27
+
user.user_sensor,True,User Sensor Data,default_organization,user,,Measurement data about a user's environment through system use.
28
+
user.organization,True,Organization Identifiable Data,default_organization,user,,"Data that is linked to, or identifies an organization."
29
+
user.workplace,True,Workplace,default_organization,user,,Organization of employment.
30
+
user.sensor,True,Sensor Data,default_organization,user,,Measurement data from sensors and monitoring systems.
31
+
user.childrens,True,Children's Data,default_organization,user,,Data relating to children.
user.device.ip_address,True,IP Address,default_organization,user.device,,Unique identifier related to device connection.
54
+
user.financial.account_number,True,User Financial Account Number,default_organization,user.financial,,"User's account number for a payment card, bank account, or other financial system."
user.payment.financial_account_number,True,Account Payment Financial Account Number,default_organization,user.payment,,"Financial account number for an account's payment card, bank account, or other financial system."
0 commit comments