From ffa1843863f6d2ca1c61bb0f0eb45cbb1e8c3cdb Mon Sep 17 00:00:00 2001 From: Andrew Nicols Date: Mon, 15 Jan 2024 16:19:29 +0800 Subject: [PATCH] MDL-80577 core: Add a Moodle security policy for GH --- .github/SECURITY.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/SECURITY.md diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 00000000000..0e1d8ab0ffe --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,6 @@ +> [!IMPORTANT] +> PLEASE DO NOT PUBLISH SECURITY FINDINGS PUBLICLY. + +If you discover a potential security issue, please report it via our [Security Submission Form](https://moodle.org/security/report). + +For more information about our security processes and responsible disclosure policy, see the [Security Procedures documentation](https://moodledev.io/general/development/process/security).