From 8799f16714478842731fa8adf048558403ca478d Mon Sep 17 00:00:00 2001 From: rlespinasse Date: Sat, 25 Apr 2020 22:23:36 +0200 Subject: [PATCH] docs(security): add vulenerability report guide --- SECURITY.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..197591b --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,20 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +|---------|--------------------| +| 1.1.x | :white_check_mark: | +| < 1.0.x | :x: | + +## Reporting a Vulnerability + +You can report a Vulnerability by [my email](mailto:romain.lespinasse@gmail.com). + +_Vulnerability stages :_ + +- Reported, +- Confirmed (or declined), +- Fixed on maintained version series. + +After a vulnerability fix, an GitHub issue will be created as document this vulnerability.