Skip to content

Instantly share code, notes, and snippets.

@m5kr1pka
Last active December 18, 2021 00:40
Show Gist options
  • Save m5kr1pka/4208fe0aafd644771f7aa7c9903adce9 to your computer and use it in GitHub Desktop.
Save m5kr1pka/4208fe0aafd644771f7aa7c9903adce9 to your computer and use it in GitHub Desktop.
Most common privacy fields to be aware of in cross platform data exchange with personal information due to Privacy regulations (such as the GDPR or the CCPA)
[
{
"rule":"social security number",
"flag":"red"
},
{
"rule":"health",
"flag":"red"
},
{
"rule":"password",
"flag":"red"
},
{
"rule":"visa",
"flag":"red"
},
{
"rule":"veteran",
"flag":"red"
},
{
"rule":"disability",
"flag":"red"
},
{
"rule":"credit card",
"flag":"red"
},
{
"rule":"genetic",
"flag":"red"
},
{
"rule":"race",
"flag":"red"
},
{
"rule":"passport",
"flag":"red"
},
{
"rule":"token",
"flag":"red"
},
{
"rule":"birthdate",
"flag":"yellow"
},
{
"rule":"phone",
"flag":"yellow"
},
{
"rule":"address",
"flag":"yellow"
},
{
"rule":"gender",
"flag":"yellow"
},
{
"rule":"ethnicity",
"flag":"yellow"
},
{
"rule":"citizenship",
"flag":"yellow"
},
{
"rule":"name",
"flag":"yellow"
},
{
"rule":"street",
"flag":"yellow"
},
{
"rule":"city",
"flag":"yellow"
},
{
"rule":"zipcode",
"flag":"yellow"
},
{
"rule":"email",
"flag":"yellow"
},
{
"rule":"certificate",
"flag":"yellow"
},
{
"rule":"license",
"flag":"yellow"
},
{
"rule":"identification",
"flag":"yellow"
},
{
"rule":"serial",
"flag":"yellow"
},
{
"rule":"ip",
"flag":"yellow"
},
{
"rule":"photo",
"flag":"yellow"
},
{
"rule":"alary",
"flag":"yellow"
},
{
"rule":"religion",
"flag":"yellow"
},
{
"rule":"email",
"flag":"yellow"
},
{
"rule":"mac",
"flag":"yellow"
},
{
"rule":"sex",
"flag":"yellow"
},
{
"rule":"gender",
"flag":"yellow"
},
{
"rule":"sexual orientation",
"flag":"yellow"
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment