From: Julien Pivotto Date: Fri, 15 Jan 2021 00:01:11 +0000 (+0100) Subject: Add SECURITY.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b9ee641d7fca10aa7af65ac4b56d233b3a7a7624;p=blackbox_exporter.git Add SECURITY.md This commit adds a security policy to this repository. SECURITY.md files are handled in a special way by GitHub, helping users to know how to best submit security issues for the projects. In this case, we simply point to our existing documentation on prometheus.io. The content of this file will be synced automatically with the prometheus/prometheus repository, as our security policy covers all the repositories. This sync is automated with prombot, like other files (LICENSE, Makefile.common). https://docs.github.com/en/free-pro-team@latest/github/managing-security-vulnerabilities/adding-a-security-policy-to-your-repository Signed-off-by: Julien Pivotto --- diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..67741f0 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,6 @@ +# Reporting a security issue + +The Prometheus security policy, including how to report vulnerabilities, can be +found here: + +https://prometheus.io/docs/operating/security/