Add "goverment-issued-ids" to high priority list.

This commit is contained in:
Lesley Norton 2019-05-23 19:07:33 -05:00
Родитель cf2dab6a4a
Коммит 455e1f7113
1 изменённых файлов: 6 добавлений и 2 удалений

Просмотреть файл

@ -42,6 +42,10 @@ function breachCategory(args) {
// Big TODO : How should we assign weight to these data types?
const priorityDataClasses = {
"government-issued-ids" : {
weight: 101,
pathToGlyph: "svg/glyphs/social-security-numbers",
},
"social-security-numbers" : {
weight: 101,
pathToGlyph: "svg/glyphs/social-security-numbers",
@ -57,7 +61,7 @@ const priorityDataClasses = {
},
"credit-cards": {
weight: 98,
pathToGlyphs: "svg/glyphs/credit-cards",
pathToGlyph: "svg/glyphs/credit-cards",
},
"credit-card-cvv": {
weight: 97,
@ -97,7 +101,7 @@ const priorityDataClasses = {
},
"phsyical-addresses": {
weight: 88,
pathToGlyph: "svg/glyphs/phsyical-addresses",
pathToGlyph: "svg/glyphs/physical-addresses",
},
};