Skip to content

Commit 556ed55

Browse files
authored
Update clr-strict-security.md (#35919)
1 parent 75181c1 commit 556ed55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/database-engine/configure-windows/clr-strict-security.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Controls the interpretation of the `SAFE`, `EXTERNAL_ACCESS`, or `UNSAFE` permis
2323

2424
| Value | Description |
2525
| --- | --- |
26-
| `0` | **Disabled.** Provided for backward compatibility. Setting this value to `0` isn't recommended. |
26+
| `0` | **Disabled.** Provided for backward compatibility. Setting this value to `0` isn't recommended, as it can create a security vulnerability. |
2727
| `1` | **Enabled.** Causes the [!INCLUDE [ssde-md](../../includes/ssde-md.md)] to ignore the `PERMISSION_SET` information on the assemblies, and always interpret them as `UNSAFE`. In [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] and later versions, `1` is the default value. |
2828

2929
## Code access security no longer supported

0 commit comments

Comments
 (0)