Skip to content

Commit c3bb141

Browse files
committed
Test formatting
1 parent dd723cf commit c3bb141

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sql-database/sql-database-vulnerability-assessment-rules.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ The rules shown in your database scans depend on the SQL version and platform th
2020
To learn about how to implement Vulnerability Assessment on SQL Databases see [Implement Vulnerability Assessment](https://docs.microsoft.com/azure/sql-database/sql-vulnerability-assessment#implementing-vulnerability-assessment).
2121

2222

23-
>[!div class="mx-tdBreakAll"]
24-
>|Rule Id |Rule Title |Rule Category |Rule Severity |Rule Description |Platform |
25-
>|---------|---------|---------|---------|---------|---------|
26-
>|VA1017 |Execute permissions on xp_cmdshell from all users (except dbo) should be revoked |AuthenticationAndAuthorization |High |The xp_cmdshell extended stored procedure spawns a Windows command shell |SQL server 2012 and above |
27-
>|VA1018 |Latest updates should be installed |InstallationUpdatesAndPatches |High |Microsoft periodically releases Cumulative Updates (CUs) for each version of SQL Server. This rule checks whether the latest CU has been installed for the particular version of SQL Server being used, by passing in a string for execution. This rule checks that all users (except dbo) do not have permission to execute the xp_cmdshell extended stored procedure. |SQL Server 2005</br>SQL Server 2008</br>SQL Server 2008R2</br>SQL Server 2012</br>SQL Server 2014</br>SQL Server 2016</br>SQL Server 2017</br>|
23+
24+
|Rule Id |Rule Title |Rule Category |Rule Severity |Rule Description |Platform |
25+
|---------|---------|---------|---------|---------|---------|
26+
| VA1017 |Execute permissions on xp_cmdshell from all users (except dbo) should be revoked |AuthenticationAndAuthorization |High |The xp_cmdshell extended stored procedure spawns a Windows command shell |SQL server 2012 and above |
27+
| VA1018 |Latest updates should be installed |InstallationUpdatesAndPatches |High |Microsoft periodically releases Cumulative Updates (CUs) for each version of SQL Server. This rule checks whether the latest CU has been installed for the particular version of SQL Server being used, by passing in a string for execution. This rule checks that all users (except dbo) do not have permission to execute the xp_cmdshell extended stored procedure. |SQL Server 2005</br>SQL Server 2008</br>SQL Server 2008R2</br>SQL Server 2012</br>SQL Server 2014</br>SQL Server 2016</br>SQL Server 2017</br>|

0 commit comments

Comments
 (0)