From 29e9e50438026a2c03df8c2a7c8f832ae73bcf1d Mon Sep 17 00:00:00 2001 From: Jonathan Pobst Date: Mon, 24 May 2021 15:40:24 -0500 Subject: [PATCH] Create SECURITY.md Copied and adjusted from https://github.com/dotnet/runtime/blob/main/SECURITY.md. --- SECURITY.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..1fa12d8 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,15 @@ +# Security Policy + +xamarin-android-tools is supported as a component of Xamarin.Android. + +## Supported Versions + +The Xamarin.Android support policy, including supported versions, can be found at the [Xamarin Support Policy](https://dotnet.microsoft.com/platform/support/policy/xamarin). + +## Reporting a Vulnerability + +Security issues and bugs should be reported privately to the Microsoft Security Response Center (MSRC), either by emailing secure@microsoft.com or via the portal at https://msrc.microsoft.com. +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. Further information, including the MSRC PGP key, can be found in the [MSRC Report an Issue FAQ](https://www.microsoft.com/en-us/msrc/faqs-report-an-issue). + +Please do not open issues for anything you think might have a security implication.