From 0c38bdde94edfbb76e1bce402a77d17c2bc57066 Mon Sep 17 00:00:00 2001 From: Rahul-4480 Date: Thu, 17 Oct 2024 14:05:02 +0530 Subject: [PATCH] add: security.md file --- SECURITY.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 SECURITY.md diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..c465889 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,25 @@ +# Security + +Infraspec takes the security of our software products and services seriously, including all open-source code repositories managed through our organization, [Infraspec](https://github.com/infraspecdev/). + +If you find any security vulnerabilities in our open source projects, please report them. We will ensure that your findings are passed along to the appropriate maintainers for remediation. + +## Reporting Security Issues + +If you believe you have found a security vulnerability in any Infraspec-owned repository, please report it to us through coordinated disclosure. + +**Please do not report security vulnerabilities through public issues, discussions, or pull requests in Infraspec repositories.** + +Instead, please send an email to . + +Please include as much of the information listed below as you can to help us better understand and resolve the issue: + +* The type of issue (e.g., hardcoded credentials, open security groups, publicly exposed S3 buckets, insufficient encryption for data at rest, privilege escalation in IAM policies, misconfigured access controls, lack of resource tagging for security audits, or improper handling of sensitive variables) +* Full paths of source file(s) related to the manifestation of the issue +* The location of the 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 possible) +* Impact of the issue, including how an attacker might exploit the issue + +This information will help us triage your report more quickly.