Skip to content

Commit

Permalink
Fix property name
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen Lahav committed Dec 2, 2019
1 parent 01872a1 commit 45b94bf
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 24 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,42 +427,42 @@
"type": "string",
"description": "Threats impact of the assessment",
"enum": [
"AccountBreach",
"DataExfiltration",
"DataSpillage",
"MaliciousInsider",
"ElevationOfPrivilege",
"ThreatResistance",
"MissingCoverage",
"DenialOfService"
"accountBreach",
"dataExfiltration",
"dataSpillage",
"maliciousInsider",
"elevationOfPrivilege",
"threatResistance",
"missingCoverage",
"denialOfService"
],
"x-ms-enum": {
"name": "threats",
"modelAsString": true,
"values": [
{
"value": "AccountBreach"
"value": "accountBreach"
},
{
"value": "DataExfiltration"
"value": "dataExfiltration"
},
{
"value": "DataSpillage"
"value": "dataSpillage"
},
{
"value": "MaliciousInsider"
"value": "maliciousInsider"
},
{
"value": "ElevationOfPrivilege"
"value": "elevationOfPrivilege"
},
{
"value": "ThreatResistance"
"value": "threatResistance"
},
{
"value": "MissingCoverage"
"value": "missingCoverage"
},
{
"value": "DenialOfService"
"value": "denialOfService"
}
]
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"assessmentType": "CustomerManaged"
}
Expand All @@ -35,7 +35,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"assessmentType": "CustomerManaged"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"assessmentType": "BuiltIn"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"assessmentType": "BuiltIn"
}
Expand All @@ -39,7 +39,7 @@
],
"severity": "Medium",
"userImpact": "High",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"preview": true,
"assessmentType": "CustomPolicy"
Expand All @@ -58,7 +58,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [],
"assessmentType": "CustomerManaged"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
],
"severity": "Medium",
"userImpact": "Low",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"assessmentType": "BuiltIn"
}
Expand All @@ -40,7 +40,7 @@
],
"severity": "Medium",
"userImpact": "High",
"ImplementationEffort": "Low",
"implementationEffort": "Low",
"threats": [ "dataExfiltration", "dataSpillage", "maliciousInsider" ],
"preview": true,
"assessmentType": "CustomPolicy"
Expand Down

0 comments on commit 45b94bf

Please sign in to comment.