From eacea648198a25dcdfd92d60e89b727397d289f7 Mon Sep 17 00:00:00 2001 From: David Rabko Date: Sat, 24 Aug 2024 22:54:38 +0200 Subject: [PATCH] Add SECURITY.md --- .github/README.md | 1 + .github/SECURITY.md | 6 ++++++ 2 files changed, 7 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/README.md b/.github/README.md index 8cf969a..485254a 100644 --- a/.github/README.md +++ b/.github/README.md @@ -28,6 +28,7 @@ subscription to another, that's why I've decided to create this app. ## Prerequisites +0. **Java 17** or higher installed on your machine. 1. **Microsoft 365 E5 Developer Program Subscriptions**: You need two MS 365 E5 subscriptions (one to migrate **from** and one to migrate **to**). 2. **Microsoft Graph API Application Registrations**: Ensure you have appropriate migration diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..0dfec38 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,6 @@ +# Security Policy + +## Reporting a Vulnerability + +To report a vulnerability, please e-mail davidryabko13@gmail.com with a description of the issue, +the steps you took to create the issue, affected versions, and if known, mitigations for the issue. \ No newline at end of file