Skip to content

Commit 4d0d1ac

Browse files
docs: added a basic security policy (#541)
## PR Checklist - [x] Addresses an existing open issue: fixes #540 - [x] That issue was marked as [`status: accepting prs`](https://github.com/JoshuaKGoldberg/template-typescript-node-package/issues?q=is%3Aopen+is%3Aissue+label%3A%22status%3A+accepting+prs%22) - [x] Steps in [CONTRIBUTING.md](https://github.com/JoshuaKGoldberg/template-typescript-node-package/blob/main/.github/CONTRIBUTING.md) were taken ## Overview Adds a very basic security policy based on https://github.com/typescript-eslint/typescript-eslint/blob/a91bb9e264544fc635a44468c2543b94fa83ac1c/.github/SECURITY.md.
1 parent 524b709 commit 4d0d1ac

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

.github/SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Security Policy
2+
3+
We take all security vulnerabilities seriously.
4+
If you have a vulnerability or other security issues to disclose:
5+
6+
- Thank you very much, please do!
7+
- Please send them to us by emailing `[email protected]`
8+
9+
We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.

src/hydrate/steps/writing/creation/dotGitHub/rootFiles.ts

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -335,6 +335,16 @@ Otherwise we may not be able to review your PR. -->
335335
## Overview
336336
337337
<!-- Description of what is changed and how the code change does that. -->
338+
`,
339+
"SECURITY.md": `# Security Policy
340+
341+
We take all security vulnerabilities seriously.
342+
If you have a vulnerability or other security issues to disclose:
343+
344+
- Thank you very much, please do!
345+
- Please send them to us by emailing \`${email}\`
346+
347+
We appreciate your efforts and responsible disclosure and will make every effort to acknowledge your contributions.
338348
`,
339349
"renovate.json": JSON.stringify(
340350
{

0 commit comments

Comments
 (0)