Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit afadcbf

Browse files
authored
Merge pull request #25053 from MicrosoftDocs/main
11/28 AM Publish
2 parents 371b6fa + 772a49b commit afadcbf

8 files changed

Lines changed: 190 additions & 133 deletions

File tree

SECURITY.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<!-- BEGIN MICROSOFT SECURITY.MD V0.0.8 BLOCK -->
2+
3+
## Security
4+
5+
Microsoft takes the security of our software products and services seriously, which includes all source code repositories managed through our GitHub organizations, which include [Microsoft](https://github.com/microsoft), [Azure](https://github.com/Azure), [DotNet](https://github.com/dotnet), [AspNet](https://github.com/aspnet), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/).
6+
7+
If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://aka.ms/opensource/security/definition), please report it to us as described below.
8+
9+
## Reporting Security Issues
10+
11+
**Please do not report security vulnerabilities through public GitHub issues.**
12+
13+
Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/opensource/security/create-report).
14+
15+
If you prefer to submit without logging in, send email to [secure@microsoft.com](mailto:secure@microsoft.com). If possible, encrypt your message with our PGP key; please download it from the [Microsoft Security Response Center PGP Key page](https://aka.ms/opensource/security/pgpkey).
16+
17+
You should receive a response within 24 hours. If for some reason you do not, please follow up via email to ensure we received your original message. Additional information can be found at [microsoft.com/msrc](https://aka.ms/opensource/security/msrc).
18+
19+
Please include the requested information listed below (as much as you can provide) to help us better understand the nature and scope of the possible issue:
20+
21+
* Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.)
22+
* Full paths of source file(s) related to the manifestation of the issue
23+
* The location of the affected source code (tag/branch/commit or direct URL)
24+
* Any special configuration required to reproduce the issue
25+
* Step-by-step instructions to reproduce the issue
26+
* Proof-of-concept or exploit code (if possible)
27+
* Impact of the issue, including how an attacker might exploit the issue
28+
29+
This information will help us triage your report more quickly.
30+
31+
If you are reporting for a bug bounty, more complete reports can contribute to a higher bounty award. Please visit our [Microsoft Bug Bounty Program](https://aka.ms/opensource/security/bounty) page for more details about our active programs.
32+
33+
## Preferred Languages
34+
35+
We prefer all communications to be in English.
36+
37+
## Policy
38+
39+
Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/opensource/security/cvd).
40+
41+
<!-- END MICROSOFT SECURITY.MD BLOCK -->

azure-sql/database/dynamic-data-masking-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tags: azure-synpase
1313
monikerRange: "= azuresql || = azuresql-db || = azuresql-mi"
1414
---
1515
# Dynamic data masking
16-
[!INCLUDE[appliesto-sqldb-sqlmi-asa](../includes/appliesto-sqldb-sqlmi-asa.md)]
16+
[!INCLUDE[appliesto-sqldb-sqlmi-asa-dedicated-only](../includes/appliesto-sqldb-sqlmi-asa-dedicated-only.md)]
1717

1818
Azure SQL Database, Azure SQL Managed Instance, and Azure Synapse Analytics support dynamic data masking. Dynamic data masking limits sensitive data exposure by masking it to non-privileged users.
1919

azure-sql/managed-instance/managed-instance-link-feature-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Managed Instance link feature (Preview) overview - Azure SQL Managed Instance
2+
title: Managed Instance link feature overview - Azure SQL Managed Instance
33
titleSuffix: Azure SQL Managed Instance
44
description: Learn about the link feature for Azure SQL Managed Instance to continuously replicate data from SQL Server to the cloud, or migrate your SQL Server databases with the best possible minimum downtime.
55
author: danimir
@@ -11,7 +11,7 @@ ms.subservice: data-movement
1111
ms.topic: conceptual
1212
ms.custom: ignite-fall-2021
1313
---
14-
# Managed Instance link feature (Preview) overview - Azure SQL Managed Instance
14+
# Managed Instance link feature overview - Azure SQL Managed Instance
1515
[!INCLUDE[appliesto-sqlmi](../includes/appliesto-sqlmi.md)]
1616

1717
This article provides an overview of the Managed Instance link feature which enables near real-time data replication from SQL Server to Azure SQL Managed Instance. The link provides hybrid flexibility, database mobility, and unlocks a number of scenarios, such as scaling read-only workloads, offloading analytics and reporting to Azure, migrating to the cloud, and, with SQL Server 2022, disaster recovery.

docs/relational-databases/backup-restore/create-a-differential-database-backup-sql-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ ms.author: mathoma
7676
5. In the **Backup type** list box, select **Differential**.
7777

7878
> [!IMPORTANT]
79-
> When you select**Differential** , verify that the **Copy Only Backup** check box is cleared.
79+
> When you select **Differential** , verify that the **Copy Only Backup** check box is cleared.
8080
8181
6. For **Backup component**, click **Database**.
8282

docs/relational-databases/clr-integration/common-language-runtime-clr-integration-programming-concepts.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,19 @@ Beginning with [!INCLUDE[ssVersion2005](../../includes/ssversion2005-md.md)], [!
2424

2525
You can write stored procedures, triggers, user-defined types, user-defined functions, user-defined aggregates, and streaming table-valued functions, using any .NET Framework language, including Visual Basic and C#.
2626

27-
> [!IMPORTANT]
28-
> You can load CLR database objects for [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] and later versions on Linux, but they must be built with the .NET Framework. Also, CLR assemblies with the `EXTERNAL_ACCESS` or `UNSAFE` permission set are not supported on Linux. SQL Server CLR integration does not support .NET Core, or .NET 5 and later versions.
27+
## Remarks
2928

30-
By default, the .NET Framework *runtime* is installed with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], but the .NET Framework SDK is not. To install the latest version of the .NET Framework SDK, see [Download .NET Framework Developer Pack](https://dotnet.microsoft.com/download/dotnet-framework).
29+
- SQL Server CLR integration doesn't support .NET Core, or .NET 5 and later versions.
3130

32-
The `Microsoft.SqlServer.Server` namespace includes core functionality for CLR programming in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For documentation on the `Microsoft.SqlServer.Server` namespace, see [Microsoft.SqlServer.Server Namespace (.NET Framework 4.8)](/dotnet/api/microsoft.sqlserver.server?view=netframework-4.8&preserve-view=true).
31+
- You can load CLR database objects for [!INCLUDE [sssql17-md](../../includes/sssql17-md.md)] and later versions on Linux, but they must be built with the .NET Framework. Also, CLR assemblies with the `EXTERNAL_ACCESS` or `UNSAFE` permission set aren't supported on Linux.
3332

34-
> [!NOTE]
35-
> CLR functionality, such as CLR user functions, are *not* supported for Azure SQL Database.
33+
- By default, the .NET Framework *runtime* is installed with [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)], but the .NET Framework SDK is not. To install the latest version of the .NET Framework SDK, see [Download .NET Framework Developer Pack](https://dotnet.microsoft.com/download/dotnet-framework).
34+
35+
- The `Microsoft.SqlServer.Server` namespace includes core functionality for CLR programming in [!INCLUDE[ssNoVersion](../../includes/ssnoversion-md.md)]. For documentation on the `Microsoft.SqlServer.Server` namespace, see [Microsoft.SqlServer.Server Namespace (.NET Framework 4.8)](/dotnet/api/microsoft.sqlserver.server?view=netframework-4.8&preserve-view=true).
36+
37+
- CLR functionality, such as CLR user functions, aren't supported for Azure SQL Database.
38+
39+
## In this section
3640

3741
The following table lists the articles in this section.
3842

docs/relational-databases/errors-events/mssqlserver-19407-database-engine-error.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ description: "MSSQLSERVER_19407"
33
title: "MSSQLSERVER_19407 | Microsoft Docs"
44
ms.custom: ""
55
ms.date: "11/04/2022"
6-
ms.prod: sql
6+
ms.service: sql
77
ms.reviewer: ""
8-
ms.technology: supportability
8+
ms.subservice: supportability
99
ms.topic: "reference"
1010
helpviewer_keywords:
1111
- "19407 (Database Engine error)"

docs/sql-server/azure-arc/view-databases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.reviewer: mikeray
77
ms.date: 11/03/2022
88
ms.topic: conceptual
99
ms.custom:
10-
ms.prod: sql
10+
ms.service: sql
1111
---
1212

1313
# View SQL Server databases - Azure Arc

0 commit comments

Comments
 (0)