From 26e76292085b8a66f60f5b5822a0f463e6dcda47 Mon Sep 17 00:00:00 2001 From: William Zujkowski Date: Mon, 8 Apr 2024 09:36:47 -0400 Subject: [PATCH] add security.md template --- security.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 security.md diff --git a/security.md b/security.md new file mode 100644 index 0000000..ec80b3e --- /dev/null +++ b/security.md @@ -0,0 +1,17 @@ +**Reporting Security Issues** + +Please refrain from reporting security vulnerabilities through public GitHub issues. + +Instead, kindly report them via the information provided in [cloud.gov's security.txt](https://cloud.gov/.well-known/security.txt). + +When reporting, include the following details (as much as possible) to help us understand the nature and extent of the potential issue: + +- Type of issue (e.g., buffer overflow, SQL injection, cross-site scripting, etc.) +- Full paths of related source file(s) +- Location of affected source code (tag/branch/commit or direct URL) +- Any special configuration required to reproduce the issue +- Step-by-step instructions to reproduce the issue +- Proof-of-concept or exploit code (if available) +- Impact of the issue, including potential exploitation by attackers + +Providing this information will facilitate a quicker triage of your report.