merged crown jewels
This commit is contained in:
@@ -33,8 +33,14 @@ class UtilsTests(TestCase):
|
||||
product_portfolio="Diverse",
|
||||
supplier_base="International",
|
||||
it_infrastructure=["Cloud", "On-Premise"],
|
||||
intellectual_property=["Patents", "Trademarks"],
|
||||
sensitive_data=["PII", "Financial Data"],
|
||||
sensitive_data_types={
|
||||
"personal": {"applicable": True, "impact": 4},
|
||||
"financial": {"applicable": True, "impact": 3},
|
||||
"ip": {"applicable": False, "impact": None},
|
||||
"operational": {"applicable": True, "impact": 5},
|
||||
"government": {"applicable": False, "impact": None},
|
||||
"none": {"applicable": False}
|
||||
},
|
||||
integration_level="Highly Integrated"
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user