Skip to content

Commit 5958f69

Browse files
committed
chore(GitHub): add security policy and PR template
1 parent 10f8fc7 commit 5958f69

File tree

3 files changed

+26
-1
lines changed

3 files changed

+26
-1
lines changed

.github/ISSUE_TEMPLATE/request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Feature request
1+
name: Feature Request
22
description: Suggest a new idea
33
title: "[REQUEST]: "
44
labels: request

.github/pull_request_template.md

Whitespace-only changes.

SECURITY.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Security Policy
2+
3+
## Supported Versions
4+
5+
This repository is a **template** and does not have versioned releases.
6+
Security updates are not provided directly for this repository.
7+
Projects created from this template are responsible for maintaining their own security updates.
8+
9+
## Reporting a Vulnerability
10+
11+
If you discover a security issue related to this template, please:
12+
13+
1. **Do not open a public issue.**
14+
Instead, report it privately by opening a [GitHub security advisory](https://docs.github.com/en/code-security/security-advisories/repository-security-advisories/creating-a-repository-security-advisory).
15+
16+
2. Provide as much detail as possible to help us reproduce and assess the problem.
17+
18+
3. We will review the report and take appropriate action, which may include updating the template or documenting security considerations for downstream users.
19+
20+
## Notes for Template Users
21+
22+
If you used this repository as a base for your own project:
23+
24+
- Make sure to configure and maintain dependencies securely.
25+
- Implement your own security policy appropriate for your project’s scope.

0 commit comments

Comments
 (0)