diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0e6e90ff..a2cf0611 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -44,13 +44,13 @@ features, by not reporting duplicate issues. Providing the following informatio - **Suggest a Fix** - if you can't fix the bug yourself, perhaps you can point to what might be causing the problem (line of code or commit) -You can file new issues by providing the above information this repository's [issues list](https://github.com/mspnp/cloud-design-patterns/issues/new). +You can file new issues by providing the above information this repository's [issues list](https://github.com/Azure-Samples/cloud-design-patterns/issues/new). ### Submitting a Pull Request (PR) Before you submit your Pull Request (PR) consider the following guidelines: -* Search the repository's [pull requests](https://github.com/mspnp/cloud-design-patterns/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort. +* Search the repository's [pull requests](https://github.com/Azure-Samples/cloud-design-patterns/pulls) for an open or closed PR that relates to your submission. You don't want to duplicate effort. - Make your changes in a new git fork: - Commit your changes using a descriptive commit message diff --git a/LICENSE b/LICENSE index 754caa0d..631a2b25 100644 --- a/LICENSE +++ b/LICENSE @@ -1,24 +1,21 @@ -Cloud Design Patterns - -Copyright (c) Microsoft Corporation - -All rights reserved. - MIT License -Permission is hereby granted, free of charge, to any person obtaining a copy of -this software and associated documentation files (the ""Software""), to deal in -the Software without restriction, including without limitation the rights to -use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of -the Software, and to permit persons to whom the Software is furnished to do so, -subject to the following conditions: +Copyright (c) Microsoft Corporation. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. -THE SOFTWARE IS PROVIDED *AS IS*, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR -IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS -FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR -COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER -IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN -CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR +IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, +FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE +SOFTWARE \ No newline at end of file diff --git a/SECURITY.MD b/SECURITY.MD index ad9c9f57..e751608f 100644 --- a/SECURITY.MD +++ b/SECURITY.MD @@ -1,41 +1,14 @@ - + ## Security -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), and [Xamarin](https://github.com/xamarin). - -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/security.md/definition), please report it to us as described below. - -## Reporting Security Issues +Microsoft takes the security of our software products and services seriously, which +includes all source code repositories in our GitHub organizations. **Please do not report security vulnerabilities through public GitHub issues.** -Instead, please report them to the Microsoft Security Response Center (MSRC) at [https://msrc.microsoft.com/create-report](https://aka.ms/security.md/msrc/create-report). - -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/security.md/msrc/pgp). - -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://www.microsoft.com/msrc). - -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: - - * Type of issue (e.g. buffer overflow, SQL injection, cross-site scripting, etc.) - * Full paths of source file(s) related to the manifestation of the issue - * The location of the affected source code (tag/branch/commit or direct URL) - * Any special configuration required to reproduce the issue - * Step-by-step instructions to reproduce the issue - * Proof-of-concept or exploit code (if possible) - * Impact of the issue, including how an attacker might exploit the issue - -This information will help us triage your report more quickly. - -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/security.md/msrc/bounty) page for more details about our active programs. - -## Preferred Languages - -We prefer all communications to be in English. - -## Policy - -Microsoft follows the principle of [Coordinated Vulnerability Disclosure](https://aka.ms/security.md/cvd). +For security reporting information, locations, contact information, and policies, +please review the latest guidance for Microsoft repositories at +[https://aka.ms/SECURITY.md](https://aka.ms/SECURITY.md). \ No newline at end of file diff --git a/claim-check/code-samples/sample-1/readme.md b/claim-check/code-samples/sample-1/readme.md index 877dc322..2eed61ce 100644 --- a/claim-check/code-samples/sample-1/readme.md +++ b/claim-check/code-samples/sample-1/readme.md @@ -38,7 +38,7 @@ Install the prerequisites and follow the steps to deploy and run the examples. 1. Clone this repository to your workstation and navigate to the working directory. ```shell - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd cloud-design-patterns/claim-check/code-samples/sample-1 ``` diff --git a/claim-check/code-samples/sample-2/readme.md b/claim-check/code-samples/sample-2/readme.md index 050e3ba4..5fe53219 100644 --- a/claim-check/code-samples/sample-2/readme.md +++ b/claim-check/code-samples/sample-2/readme.md @@ -36,7 +36,7 @@ Install the prerequisites and follow the steps to deploy and run the examples. 1. Clone this repository to your workstation and navigate to the working directory. ```bash - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd cloud-design-patterns/claim-check/code-samples/sample-2 ``` diff --git a/claim-check/code-samples/sample-3/readme.md b/claim-check/code-samples/sample-3/readme.md index 1fa7b2a0..f38ec8f8 100644 --- a/claim-check/code-samples/sample-3/readme.md +++ b/claim-check/code-samples/sample-3/readme.md @@ -38,7 +38,7 @@ Install the prerequisites and follow the steps to deploy and run the examples. 1. Clone this repository to your workstation and navigate to the working directory. ```bash - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd cloud-design-patterns/claim-check/code-samples/sample-3 ``` diff --git a/claim-check/code-samples/sample-4/readme.md b/claim-check/code-samples/sample-4/readme.md index 32830aec..7e0d0cc0 100644 --- a/claim-check/code-samples/sample-4/readme.md +++ b/claim-check/code-samples/sample-4/readme.md @@ -37,7 +37,7 @@ Install the prerequisites and follow the steps to deploy and run the examples. 1. Clone this repository to your workstation and navigate to the working directory. ```bash - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd cloud-design-patterns/claim-check/code-samples/sample-4 ``` diff --git a/leader-election/Readme.md b/leader-election/Readme.md index bfd10ca3..5fb1ec58 100644 --- a/leader-election/Readme.md +++ b/leader-election/Readme.md @@ -26,7 +26,7 @@ Install the prerequisites and follow the steps to run the example and observe th Open a terminal, clone the repository, and navigate to the `leader-election` directory. ```shell - git clone https://github.com/mspnp/cloud-design-patterns.git + git clone https://github.com/Azure-Samples/cloud-design-patterns.git cd cloud-design-patterns cd leader-election ``` diff --git a/pipes-and-filters/README.md b/pipes-and-filters/README.md index c0c9e0ef..b1815871 100644 --- a/pipes-and-filters/README.md +++ b/pipes-and-filters/README.md @@ -23,7 +23,7 @@ Install the prerequisites and follow the steps to deploy and run an example of t 1. Clone this repository to your workstation and navigate to the working directory. ```shell - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd pipes-and-filters ``` diff --git a/priority-queue/Readme.md b/priority-queue/Readme.md index 3e8a0d97..8422496b 100644 --- a/priority-queue/Readme.md +++ b/priority-queue/Readme.md @@ -27,7 +27,7 @@ Install the prerequisites and follow the steps to deploy and run this Priority Q Open a terminal, clone the repository, and navigate to the `priority-queue` directory. ```shell - git clone https://github.com/mspnp/cloud-design-patterns.git + git clone https://github.com/Azure-Samples/cloud-design-patterns.git cd cloud-design-patterns cd priority-queue ``` diff --git a/static-content-hosting/README.md b/static-content-hosting/README.md index 1ef958db..27f6a4eb 100644 --- a/static-content-hosting/README.md +++ b/static-content-hosting/README.md @@ -33,7 +33,7 @@ Install the prerequisites and follow the steps to deploy and run an example of t 1. Clone/download this repo locally. ```bash - git clone https://github.com/mspnp/cloud-design-patterns.git + git clone https://github.com/Azure-Samples/cloud-design-patterns.git cd cloud-design-patterns/static-content-hosting ``` diff --git a/valet-key/README.md b/valet-key/README.md index 203ebc1b..559e6c84 100644 --- a/valet-key/README.md +++ b/valet-key/README.md @@ -31,7 +31,7 @@ Install the prerequisites and follow the steps to deploy and run an example of t 1. Clone this repository to your workstation and navigate to the working directory. ```bash - git clone https://github.com/mspnp/cloud-design-patterns + git clone https://github.com/Azure-Samples/cloud-design-patterns cd valet-key ```