Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add enumeration for type of data to capture Sensitive Personal Information #437

Open
planglois925 opened this issue Jul 19, 2022 · 2 comments
Assignees
Milestone

Comments

@planglois925
Copy link
Contributor

Issue: currently Personal data is leveraged as a catch all data type that incorporates things like Email addresses, SSN numbers and even contextually sensitive things (Like political refugee location and confidential informant names) in one bucket. This sorta limits our way of separating data breaches that are mildly impactful (compromise of an email address used to register on a manga reading app) and breaches that can be significantly impactful.

Solution: Propose the creation of a a new enumeration, "Sensitive Personal Information: data that if compromised could cause harm to the individual, such as SSNs, location of political refugees and confidential informants for reporters"

@gdbassett
Copy link
Contributor

(also if we add the new enumeration, should we create a hierarchy with personal information at the top and sensitive personal information and another new enumeration for the email/ssn/etc as the other. This helps manage the historical aspect as well as where they type of personal information is unclear

And if we make 'personal' hierarchical, should all the other things that include personal information (medical, financial, etc) be children as well? (of course that then makes a different mess of the historical data as 'personal' is now very hierarchical and not clear if it's known or not if things like financial were unknown or known not to be included)

@gdbassett
Copy link
Contributor

gdbassett commented Oct 25, 2022

Sensitive Personal Information (Data not meant to be publicly available that impacts a person's livelihood, quality of life, and ability to participate in daily activities such as SSNs or other National ID) - Dave will suggest tweaks

Common Person Information (Information that is uniquely identifiable but widely known/knowable)

We will rename "Personal" data to "Common Personal Information" and add "Sensitive Personal Information".

@gdbassett gdbassett self-assigned this Oct 25, 2022
@gdbassett gdbassett added this to the 1.3.7 milestone Oct 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants