From 26e44b6c0e3ccb693bcec08c14bee45a0f508eef Mon Sep 17 00:00:00 2001 From: Xander Grzywinski Date: Mon, 31 Jul 2023 13:35:12 -0700 Subject: [PATCH] docs: remove Microsoft references from repo (#804) Signed-off-by: Xander Grzywinski --- LICENSE | 2 +- README.md | 19 +-------- SECURITY.md | 41 ------------------- docs/docs/code-of-conduct.md | 7 ++-- docs/docs/contributing.md | 6 +-- .../version-v0.4.x/code-of-conduct.md | 7 ++-- .../version-v0.4.x/contributing.md | 6 +-- .../version-v0.5.x/code-of-conduct.md | 7 ++-- .../version-v0.5.x/contributing.md | 6 +-- .../version-v1.0.x/code-of-conduct.md | 7 ++-- .../version-v1.0.x/contributing.md | 6 +-- .../version-v1.1.x/code-of-conduct.md | 7 ++-- .../version-v1.1.x/contributing.md | 6 +-- 13 files changed, 28 insertions(+), 99 deletions(-) delete mode 100644 SECURITY.md diff --git a/LICENSE b/LICENSE index 9e841e7a26..4f8f99525e 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License - Copyright (c) Microsoft Corporation. + Copyright (c) The Linux Foundation. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 7409729f6f..b2dce121ed 100644 --- a/README.md +++ b/README.md @@ -21,29 +21,14 @@ There are several ways to get involved: - Join the `#eraser` channel on the [Kubernetes Slack](https://kubernetes.slack.com/archives/C03Q8KV8YQ4) - View the development setup instructions in the [documentation](https://azure.github.io/eraser/docs/setup) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. - -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. +This project welcomes contributions and suggestions. This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). -## Roadmap -You can view the public roadmap for Eraser on the GitHub Project [here](https://github.com/orgs/Azure/projects/441). Note that all target dates are aspirational and subject to change. - ## Support ### How to file issues and get help This project uses GitHub Issues to track bugs and feature requests. Please search the [existing issues](https://github.com/Azure/eraser/issues) before filing new issues to avoid duplicates. For new issues, file your bug or feature request as a new Issue. -The Eraser maintainers will respond to the best of their abilities. - -### Microsoft Support Policy - -Eraser is an open source project that is [**not** covered by the Microsoft Azure support policy](https://support.microsoft.com/en-us/help/2941892/support-for-linux-and-open-source-technology-in-azure). Support for the open source version of this project is limited to the resources listed above. - -The [Image Cleaner addon](https://learn.microsoft.com/en-us/azure/aks/image-cleaner?tabs=azure-cli) for Azure Kubernetes Service is covered under the [Azure Support Policy](https://learn.microsoft.com/en-us/azure/aks/support-policies) - -## Trademarks - -This project may contain trademarks or logos for projects, products, or services. Authorized use of Microsoft trademarks or logos is subject to and must follow [Microsoft's Trademark & Brand Guidelines](https://www.microsoft.com/en-us/legal/intellectualproperty/trademarks/usage/general). Use of Microsoft trademarks or logos in modified versions of this project must not cause confusion or imply Microsoft sponsorship. Any use of third-party trademarks or logos are subject to those third-party's policies. +The Eraser maintainers will respond to the best of their abilities. \ No newline at end of file diff --git a/SECURITY.md b/SECURITY.md deleted file mode 100644 index 1f9d3d4421..0000000000 --- a/SECURITY.md +++ /dev/null @@ -1,41 +0,0 @@ - - -## 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), [Xamarin](https://github.com/xamarin), and [our GitHub organizations](https://opensource.microsoft.com/). - -If you believe you have found a security vulnerability in any Microsoft-owned repository that meets [Microsoft's definition of a security vulnerability](https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc751383(v=technet.10)), please report it to us as described below. - -## Reporting Security Issues - -**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://msrc.microsoft.com/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://www.microsoft.com/en-us/msrc/pgp-key-msrc). - -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://microsoft.com/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://www.microsoft.com/en-us/msrc/cvd). - - \ No newline at end of file diff --git a/docs/docs/code-of-conduct.md b/docs/docs/code-of-conduct.md index fb1de223ef..81bc080653 100644 --- a/docs/docs/code-of-conduct.md +++ b/docs/docs/code-of-conduct.md @@ -2,10 +2,9 @@ title: Code of Conduct --- -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) +- [Code of Conduct Reporting](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) diff --git a/docs/docs/contributing.md b/docs/docs/contributing.md index 3f7a609ce2..e665012a8d 100644 --- a/docs/docs/contributing.md +++ b/docs/docs/contributing.md @@ -9,8 +9,6 @@ There are several ways to get involved with Eraser - Join the `#eraser` channel on the [Kubernetes Slack](https://slack.k8s.io/) - View the [development setup instructions](https://azure.github.io/eraser/docs/development) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. +This project welcomes contributions and suggestions. -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). \ No newline at end of file diff --git a/docs/versioned_docs/version-v0.4.x/code-of-conduct.md b/docs/versioned_docs/version-v0.4.x/code-of-conduct.md index fb1de223ef..81bc080653 100644 --- a/docs/versioned_docs/version-v0.4.x/code-of-conduct.md +++ b/docs/versioned_docs/version-v0.4.x/code-of-conduct.md @@ -2,10 +2,9 @@ title: Code of Conduct --- -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) +- [Code of Conduct Reporting](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) diff --git a/docs/versioned_docs/version-v0.4.x/contributing.md b/docs/versioned_docs/version-v0.4.x/contributing.md index 3f7a609ce2..5d1cdf84c7 100644 --- a/docs/versioned_docs/version-v0.4.x/contributing.md +++ b/docs/versioned_docs/version-v0.4.x/contributing.md @@ -9,8 +9,6 @@ There are several ways to get involved with Eraser - Join the `#eraser` channel on the [Kubernetes Slack](https://slack.k8s.io/) - View the [development setup instructions](https://azure.github.io/eraser/docs/development) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. +This project welcomes contributions and suggestions. -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). diff --git a/docs/versioned_docs/version-v0.5.x/code-of-conduct.md b/docs/versioned_docs/version-v0.5.x/code-of-conduct.md index fb1de223ef..81bc080653 100644 --- a/docs/versioned_docs/version-v0.5.x/code-of-conduct.md +++ b/docs/versioned_docs/version-v0.5.x/code-of-conduct.md @@ -2,10 +2,9 @@ title: Code of Conduct --- -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) +- [Code of Conduct Reporting](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) diff --git a/docs/versioned_docs/version-v0.5.x/contributing.md b/docs/versioned_docs/version-v0.5.x/contributing.md index 3f7a609ce2..e665012a8d 100644 --- a/docs/versioned_docs/version-v0.5.x/contributing.md +++ b/docs/versioned_docs/version-v0.5.x/contributing.md @@ -9,8 +9,6 @@ There are several ways to get involved with Eraser - Join the `#eraser` channel on the [Kubernetes Slack](https://slack.k8s.io/) - View the [development setup instructions](https://azure.github.io/eraser/docs/development) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. +This project welcomes contributions and suggestions. -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). \ No newline at end of file diff --git a/docs/versioned_docs/version-v1.0.x/code-of-conduct.md b/docs/versioned_docs/version-v1.0.x/code-of-conduct.md index fb1de223ef..655b301a20 100644 --- a/docs/versioned_docs/version-v1.0.x/code-of-conduct.md +++ b/docs/versioned_docs/version-v1.0.x/code-of-conduct.md @@ -2,10 +2,9 @@ title: Code of Conduct --- -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) +- [Code of Conduct Reporting](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) \ No newline at end of file diff --git a/docs/versioned_docs/version-v1.0.x/contributing.md b/docs/versioned_docs/version-v1.0.x/contributing.md index 3f7a609ce2..e665012a8d 100644 --- a/docs/versioned_docs/version-v1.0.x/contributing.md +++ b/docs/versioned_docs/version-v1.0.x/contributing.md @@ -9,8 +9,6 @@ There are several ways to get involved with Eraser - Join the `#eraser` channel on the [Kubernetes Slack](https://slack.k8s.io/) - View the [development setup instructions](https://azure.github.io/eraser/docs/development) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. +This project welcomes contributions and suggestions. -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). \ No newline at end of file diff --git a/docs/versioned_docs/version-v1.1.x/code-of-conduct.md b/docs/versioned_docs/version-v1.1.x/code-of-conduct.md index fb1de223ef..81bc080653 100644 --- a/docs/versioned_docs/version-v1.1.x/code-of-conduct.md +++ b/docs/versioned_docs/version-v1.1.x/code-of-conduct.md @@ -2,10 +2,9 @@ title: Code of Conduct --- -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). Resources: -- [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/) -- [Microsoft Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) -- Contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with questions or concerns +- [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) +- [Code of Conduct Reporting](https://github.com/cncf/foundation/blob/main/code-of-conduct.md) diff --git a/docs/versioned_docs/version-v1.1.x/contributing.md b/docs/versioned_docs/version-v1.1.x/contributing.md index 3f7a609ce2..e665012a8d 100644 --- a/docs/versioned_docs/version-v1.1.x/contributing.md +++ b/docs/versioned_docs/version-v1.1.x/contributing.md @@ -9,8 +9,6 @@ There are several ways to get involved with Eraser - Join the `#eraser` channel on the [Kubernetes Slack](https://slack.k8s.io/) - View the [development setup instructions](https://azure.github.io/eraser/docs/development) -This project welcomes contributions and suggestions. Most contributions require you to agree to a Contributor License Agreement (CLA) declaring that you have the right to, and actually do, grant us the rights to use your contribution. For details, visit https://cla.opensource.microsoft.com. +This project welcomes contributions and suggestions. -When you submit a pull request, a CLA bot will automatically determine whether you need to provide a CLA and decorate the PR appropriately (e.g., status check, comment). Simply follow the instructions provided by the bot. You will only need to do this once across all repos using our CLA. - -This project has adopted the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/). For more information see the [Code of Conduct FAQ](https://opensource.microsoft.com/codeofconduct/faq/) or contact [opencode@microsoft.com](mailto:opencode@microsoft.com) with any additional questions or comments. +This project has adopted the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). \ No newline at end of file