Skip to content

Commit 35533a4

Browse files
committed
nyu risk classficiation has low, moderate, high (hipaa is already included in high)
1 parent 6cb7995 commit 35533a4

2 files changed

Lines changed: 0 additions & 24 deletions

File tree

scripts/storage-finder-data-generator/config.ts

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -100,29 +100,14 @@ export const FACET_CONFIGS: FacetConfig[] = [
100100
name: "Confidential or Restricted / High Risk",
101101
weight: 2,
102102
},
103-
{
104-
id: "risk-classification.hipaa",
105-
name: "HIPAA-Regulated",
106-
weight: 3,
107-
},
108103
],
109104
matchers: [
110-
{
111-
pattern: /\bhipaa\b/i,
112-
choices: [
113-
"risk-classification.public-low",
114-
"risk-classification.sensitive-moderate",
115-
"risk-classification.confidential-high",
116-
"risk-classification.hipaa",
117-
],
118-
},
119105
{
120106
pattern: /\b(confidential|restricted)\b/i,
121107
choices: [
122108
"risk-classification.public-low",
123109
"risk-classification.sensitive-moderate",
124110
"risk-classification.confidential-high",
125-
"risk-classification.hipaa",
126111
],
127112
},
128113
{

src/data/storage-finder/facet-tree.json

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -34,15 +34,6 @@
3434
"weight": "2",
3535
"selected": false,
3636
"description": null
37-
},
38-
{
39-
"id": "risk-classification.hipaa",
40-
"name": "HIPAA-Regulated",
41-
"control_type": "radio",
42-
"parent": "risk-classification",
43-
"weight": "3",
44-
"selected": false,
45-
"description": null
4637
}
4738
]
4839
},

0 commit comments

Comments
 (0)