From 7ed49126a4be7922dce272ce5d48147347d3761e Mon Sep 17 00:00:00 2001 From: veeso Date: Sat, 26 Jun 2021 12:25:24 +0200 Subject: [PATCH] security policy --- .github/ISSUE_TEMPLATE/security.md | 23 +++++++++++++++++++++++ SECURITY.md | 11 +++++++++++ 2 files changed, 34 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/security.md create mode 100644 SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/security.md b/.github/ISSUE_TEMPLATE/security.md new file mode 100644 index 0000000..6c00db8 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/security.md @@ -0,0 +1,23 @@ +--- +name: Security report +about: Create a report of a security vulnerability +title: "[SECURITY] - ISSUE_TITLE" +labels: security +assignees: veeso + +--- + +## Description + +Severity: + +- [ ] **critical** +- [ ] high +- [ ] medium +- [ ] low + +A clear and concise description of the security vulnerability. + +## Additional information + +Add any other context about the problem here. diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..9dcbbbd --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,11 @@ +# Security Policy + +## Supported Versions + +Only latst version of termscp has the latest security updates. +Because of that, **you should always consider updating termscp to the latest version**. + +## Reporting a Vulnerability + +If you have any security vulnerability or concern to report, please open an issue using the `Security report` template. +w \ No newline at end of file