Skip to content

Commit

Permalink
. (#16239)
Browse files Browse the repository at this point in the history
  • Loading branch information
kerend authored Oct 5, 2021
1 parent 6788122 commit 191a721
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,34 @@
},
"x-ms-client-default": "Low"
},
"userImpact": {
"description": "The user impact to relate to the assessments generated by this assessment automation.",
"type": "string",
"enum": [
"High",
"Moderate",
"Low"
],
"x-ms-enum": {
"name": "userImpactEnum",
"modelAsString": true
},
"x-ms-client-default": "Low"
},
"implementationEffort": {
"description": "The implementation effort to relate to the assessments generated by this assessment automation.",
"type": "string",
"enum": [
"High",
"Moderate",
"Low"
],
"x-ms-enum": {
"name": "implementationEffortEnum",
"modelAsString": true
},
"x-ms-client-default": "Low"
},
"description": {
"description": "The description to relate to the assessments generated by this assessment automation.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
"supportedCloud": "AWS",
"severity": "Medium",
"userImpact": "Moderate",
"implementationEffort": "High",
"description": "Data should be encrypted",
"remediationDescription": "Encrypt store by..."
}
Expand All @@ -24,6 +26,8 @@
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
"supportedCloud": "AWS",
"severity": "Medium",
"userImpact": "Moderate",
"implementationEffort": "High",
"description": "Data should be encrypted",
"remediationDescription": "Encrypt store by..."
}
Expand All @@ -35,11 +39,13 @@
"name": "33e7cc6e-a139-4723-a0e5-76993aee0771",
"type": "Microsoft.Security/customAssessmentAutomations",
"properties": {
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
"supportedCloud": "AWS",
"severity": "Low",
"description": "organization passwords policy",
"remediationDescription": "Change password policy to..."
"severity": "Medium",
"userImpact": "Moderate",
"implementationEffort": "High",
"description": "Data should be encrypted",
"remediationDescription": "Encrypt store by..."
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
"supportedCloud": "AWS",
"severity": "Low",
"userImpact": "Low",
"implementationEffort": "Low",
"description": "organization passwords policy",
"remediationDescription": "Change password policy to..."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
"supportedCloud": "AWS",
"severity": "Medium",
"userImpact": "Moderate",
"implementationEffort": "High",
"description": "Data should be encrypted",
"remediationDescription": "Encrypt store by..."
}
Expand All @@ -28,6 +30,8 @@
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
"supportedCloud": "AWS",
"severity": "Low",
"userImpact": "Low",
"implementationEffort": "Low",
"description": "organization passwords policy",
"remediationDescription": "Change password policy to..."
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@
"compressedQuery": "H4sIAAAAAAAAAwtILC4uzy9KCcjPyUyu5OWqUShJzE5VMAQAlMJzABgAAAA=",
"supportedCloud": "AWS",
"severity": "Medium",
"userImpact": "Moderate",
"implementationEffort": "High",
"description": "Data should be encrypted",
"remediationDescription": "Encrypt store by..."
}
Expand All @@ -27,6 +29,8 @@
"compressedQuery": "H4sIAAAAAAAAAwvIz8lMrgzKz0nlqlFIrShJzUtR8Cz2SE3MKcmoVLBVUE9LzClOVQcA1IFnficAAAA=",
"supportedCloud": "AWS",
"severity": "Low",
"userImpact": "Low",
"implementationEffort": "Low",
"description": "organization passwords policy",
"remediationDescription": "Change password policy to..."
}
Expand Down

0 comments on commit 191a721

Please sign in to comment.