From c46a3b09b1e8fdf5708c81f13462efce66cd2e50 Mon Sep 17 00:00:00 2001 From: Sidharth Vinod Date: Thu, 3 Nov 2022 10:53:15 +0530 Subject: [PATCH] Add Security Policy --- .github/ISSUE_TEMPLATE/bug_report.yml | 3 +++ .github/ISSUE_TEMPLATE/config.yml | 3 +++ .../{syntaxt_proposal.yml => syntax_proposal.yml} | 0 3 files changed, 6 insertions(+) rename .github/ISSUE_TEMPLATE/{syntaxt_proposal.yml => syntax_proposal.yml} (100%) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6ce66a831..3ddf86ea5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,6 +8,9 @@ body: - type: markdown attributes: value: |- + ## Security vulnerabilities + Please refer our [Security Policy](https://github.com/mermaid-js/.github/blob/main/SECURITY.md) and report to keep vulnerabilities confidential so we can release fixes first. + ## Before you submit... We like to help you, but in order to do that should you make a few things first: diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8710d49aa..7f5a28fad 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: GitHub Discussions url: https://github.com/mermaid-js/mermaid/discussions about: Ask the Community questions or share your own graphs in our discussions. + - name: Security Vulnerability + url: https://github.com/mermaid-js/.github/blob/main/SECURITY.md + about: Report security issues - name: Slack url: https://join.slack.com/t/mermaid-talk/shared_invite/enQtNzc4NDIyNzk4OTAyLWVhYjQxOTI2OTg4YmE1ZmJkY2Y4MTU3ODliYmIwOTY3NDJlYjA0YjIyZTdkMDMyZTUwOGI0NjEzYmEwODcwOTE about: Join our Community on Slack for Help and a casual chat. diff --git a/.github/ISSUE_TEMPLATE/syntaxt_proposal.yml b/.github/ISSUE_TEMPLATE/syntax_proposal.yml similarity index 100% rename from .github/ISSUE_TEMPLATE/syntaxt_proposal.yml rename to .github/ISSUE_TEMPLATE/syntax_proposal.yml