SQL Secure Coding Guidelines

To be used in conjunction with the generic Secure Coding Guidelines

Common Language Runtime (CLR) Assemblies

  • Ideally CLR Assemblies should not be used.
  • If they are required then ensure 'CLR Assembly Permission Set' is set to 'SAFE_ACCESS' for All CLR Assemblies.

Bibliography

CIS_Microsoft_SQL_Server_2008_R2_Benchmark_v1.5.0