diff --git a/.github/ISSUE_TEMPLATE/4-security-report.md b/.github/ISSUE_TEMPLATE/4-security-report.md new file mode 100644 index 0000000..9d66c68 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/4-security-report.md @@ -0,0 +1,15 @@ +--- +name: Security Report request +about: Reporting a Vulnerability. +labels: security +--- + +### Checklist + + + +- [ ] There are no similar issues or pull requests for this yet. + +## Describe the vulnerability that you found or the security issue. + + diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..8849fe7 --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,5 @@ +# Security Policy + +## Reporting a Vulnerability + +If you found a security bug, report it opening an [issue](https://github.com/marcieltorres/python-boilerplate-project/issues/new/choose) describing how to reproduce.