From 812ba6de62302a03f7d880de5beea4cd4a60fa4c Mon Sep 17 00:00:00 2001 From: wh1te909 Date: Mon, 27 Sep 2021 05:54:52 +0000 Subject: [PATCH] add security policy closes #725 --- docs/docs/security.md | 7 +++++++ docs/mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/docs/security.md diff --git a/docs/docs/security.md b/docs/docs/security.md new file mode 100644 index 00000000..1b0c5fe4 --- /dev/null +++ b/docs/docs/security.md @@ -0,0 +1,7 @@ +# Security + +If you think that you have found a security vulnerability in Tactical RMM, please disclose it to us via our security e-mail address at **security@amidaware.com** + +Please do not make vulnerabilities public without notifying us and giving us at least 3 days to respond. + +If you are going to write about Tactical RMM's security, please get in touch, so we can make sure that all claims are correct. \ No newline at end of file diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index fc50b41a..f4c90049 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -50,6 +50,7 @@ nav: - "Contributing using VSCode": contributing_using_vscode.md - "Contributing using Docker": contributing_using_docker.md - "Contributing using a Remote Server": contributing_using_a_remote_server.md + - Security: security.md - License: license.md site_description: "A remote monitoring and management tool" site_author: "wh1te909"