From 50019b758d557bac027b1fb7d31ea87b9da84481 Mon Sep 17 00:00:00 2001 From: Teymour Aldridge <42674621+teymour-aldridge@users.noreply.github.com> Date: Sat, 20 Jun 2020 16:06:55 +0100 Subject: [PATCH] Add a security policy (#1320) --- SECURITY.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 000000000..16231a599 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,12 @@ +# Security Policy + +## Reporting a Vulnerability + +To report a security vulnerability, please email the maintainers at `maintainers@yew.rs`. Please do not create a Github issue +for security vulnerabilities. + +If you can, please include the following details: +* An MCVE (minimum complete verifiable example) – this is a short code snippet which demonstrates the error in the +the simplest possible (or just a simple) way. +* Which versions of Yew the vulnerability is present in +* What effects the vulnerability has and how serious the vulnerability is