You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix typo in printing va scan results
* add reference to compute, network and operational insights to the solution to try to mitigate issue with tests
* added new line
Co-authored-by: Ahmad Abas <[email protected]>
Co-authored-by: Yabo Hu <[email protected]>
Copy file name to clipboardExpand all lines: src/Security/Security/help/Get-AzSecuritySqlVulnerabilityAssessmentScanResult.md
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ IsTrimmed : False
41
41
QueryResults : {dbo db_owner SQL_USER}
42
42
Remediation : {
43
43
Remove members who should not have access to the database role
44
-
IsAutimated: True
44
+
IsAutomated: True
45
45
Portal Link:
46
46
Script:
47
47
ALTER ROLE [db_owner] DROP MEMBER [dbo]
@@ -119,7 +119,7 @@ IsTrimmed : False
119
119
QueryResults : {dbo db_owner SQL_USER}
120
120
Remediation : {
121
121
Remove members who should not have access to the database role
122
-
IsAutimated: True
122
+
IsAutomated: True
123
123
Portal Link:
124
124
Script:
125
125
ALTER ROLE [db_owner] DROP MEMBER [dbo]
@@ -179,7 +179,7 @@ IsTrimmed : False
179
179
QueryResults : {}
180
180
Remediation : {
181
181
Revoke EXECUTE permission on xp_cmdshell to all users (except dbo)
182
-
IsAutimated: False
182
+
IsAutomated: False
183
183
Portal Link:
184
184
Script:
185
185
{}
@@ -221,7 +221,7 @@ IsTrimmed : False
221
221
QueryResults : {True}
222
222
Remediation : {
223
223
Install the latest SQL Server CU corresponding to your version of SQL Server. Go to https://technet.microsoft.com/en-us/sqlserver/ff803383.aspx to find and download the required CU.
0 commit comments