From 7ffd77c1b0478de535e3f346677742515c93256e Mon Sep 17 00:00:00 2001 From: Julian <43778014+syn-4ck@users.noreply.github.com> Date: Sun, 11 Apr 2021 15:11:32 +0200 Subject: [PATCH 1/2] Create SECURITY.md --- SECURITY.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..7ff8b1d --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,10 @@ +# Security Policy + +## Supported Versions + +| Version | Supported | +| ------------- | ------------------ | +| 0.1.0 ALPHA | :x: | + +## Reporting a Vulnerability + From 13841e6e2c6dbf92894828455eca4766aa739e2a Mon Sep 17 00:00:00 2001 From: Julian <43778014+syn-4ck@users.noreply.github.com> Date: Sun, 11 Apr 2021 15:25:41 +0200 Subject: [PATCH 2/2] Update SECURITY.md --- SECURITY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/SECURITY.md b/SECURITY.md index 7ff8b1d..3a2bb8f 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -8,3 +8,4 @@ ## Reporting a Vulnerability +If you detect some vulnerability in this project, please, contact with me: repoJFM@protonmail.com. Please, in the mail describe the situation with the context (enviroment, tool's version...), attaching some evidence (f.e. screenshots or similar) and, if it is possible, share the CVE/CWE code. Thank you!