From e8d8f2735b01efa99e86b4fb420a3583bc25c103 Mon Sep 17 00:00:00 2001 From: Jordan Mussi Date: Mon, 1 Jan 2018 18:17:11 +0000 Subject: [PATCH] Add security.txt --- .well-known/security.txt | 3 +++ _config.yml | 1 + _includes/security.txt | 15 +++++++++++++++ security.txt | 3 +++ 4 files changed, 22 insertions(+) create mode 100644 .well-known/security.txt create mode 100644 _includes/security.txt create mode 100644 security.txt diff --git a/.well-known/security.txt b/.well-known/security.txt new file mode 100644 index 0000000..390aeb8 --- /dev/null +++ b/.well-known/security.txt @@ -0,0 +1,3 @@ +--- +--- +{% include security.txt %} \ No newline at end of file diff --git a/_config.yml b/_config.yml index 03ee636..6b34044 100644 --- a/_config.yml +++ b/_config.yml @@ -39,4 +39,5 @@ plugins: - jekyll-redirect-from - jekyll-remote-theme +include: [".well-known"] exclude: ["CNAME", "README.md", "CONTRIBUTING.md"] diff --git a/_includes/security.txt b/_includes/security.txt new file mode 100644 index 0000000..785b8fa --- /dev/null +++ b/_includes/security.txt @@ -0,0 +1,15 @@ +# Security contact email +Contact: security@mybb.com +# Contact MyBB Group via Private Inquiries forum +Contact: https://community.mybb.com/forum-135.html + +# Use the mybb Keybase public key +Encryption: https://keybase.io/mybb/pgp_keys.asc?fingerprint=639465c9290963024f17b90830d267d82746a304 +# When contacting an individual team member use their public key +Encryption: {{ site.url }}/about/team/ + +# Information on responsible disclosure +Policy: {{ site.url }}/get-involved/security/ + +# Security Hall Of Fame +Acknowledgement: {{ site.url }}/get-involved/security/hall-of-fame/ \ No newline at end of file diff --git a/security.txt b/security.txt new file mode 100644 index 0000000..390aeb8 --- /dev/null +++ b/security.txt @@ -0,0 +1,3 @@ +--- +--- +{% include security.txt %} \ No newline at end of file