From e4b712e8e82ae48434d9f2232b90333ff01e748f Mon Sep 17 00:00:00 2001 From: Stefan Zweifel Date: Sat, 17 Jan 2026 08:24:22 +0100 Subject: [PATCH] Add Security Policy --- .github/ISSUE_TEMPLATE/config.yml | 5 ++++- .github/SECURITY.md | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 .github/SECURITY.md diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 640f425..e8b0566 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,7 @@ contact_links: about: If you can't get something to work the way you expect, open a question in our discussion forums. - name: Feature Request url: https://github.com/stefanzweifel/git-auto-commit-action/discussions/new?category=ideas - about: 'Suggest any ideas you have using our discussion forums.' + about: "Suggest any ideas you have using our discussion forums." + - name: Report a security issue + url: https://github.com/stefanzweifel/git-auto-commit-action/security/policy + about: Learn how to notify us for sensitive bugs diff --git a/.github/SECURITY.md b/.github/SECURITY.md new file mode 100644 index 0000000..ec06066 --- /dev/null +++ b/.github/SECURITY.md @@ -0,0 +1,3 @@ +# Security Policy + +If you discover any security related issues, please email stefan@stefanzweifel.dev instead of using the issue tracker.