fix: PII description (#16827)

This commit is contained in:
Pedro Buzzi Filho 2024-06-28 08:10:53 -03:00 committed by GitHub
parent 00772fc83f
commit c372f506a5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{
"createClassification": {
"name": "PII",
"description": "Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
"description": "Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.<br/><br/>_Note to Legal - This tag category is provided as a starting point. Please review and update the tags based on your company policy. Also, add a reference to your PII policy document in this description._",
"provider": "system",
"mutuallyExclusive": "true"
},

View File

@ -50,7 +50,7 @@ export const MOCK_ALL_CLASSIFICATIONS = {
name: 'PII',
fullyQualifiedName: 'PII',
description:
'Personally Identifiable Information information that, when used alone or with other relevant data, can identify an individual.',
'Personally Identifiable Information that, when used alone or with other relevant data, can identify an individual.',
version: 0.1,
updatedAt: 1672135714322,
updatedBy: 'admin',