Skip to content

Commit 459318b

Browse files
authored
add security policy
Updated the security policy to include reporting guidelines and responsible disclosure practices.
1 parent 1e51271 commit 459318b

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

SECURITY.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# Security Policy
2+
3+
Thank you for your interest in keeping Chordnet secure! As a single-developer project, I appreciate your help in reporting any vulnerabilities you may find.
4+
5+
## Reporting a Vulnerability
6+
7+
If you discover a security issue, **please do not open a public issue**. Instead, email me directly at [[email protected]] with details.
8+
9+
- Provide as much information as possible to help reproduce and address the issue (e.g., steps to reproduce, environment, affected versions, and any relevant logs or screenshots).
10+
- I aim to acknowledge security reports within **7 days**. Resolution or a fix may take longer depending on complexity and my availability, but I will keep you updated.
11+
- If you are able to help fix the issue, that is welcome! We can coordinate through the emailed report.
12+
- Please give me a reasonable amount of time to address the issue before any public disclosure.
13+
14+
## Scope
15+
16+
This policy applies to the Chordnet repository and its published releases. Issues with third-party dependencies should be reported upstream.
17+
18+
## Responsible Disclosure
19+
20+
Please avoid publicly disclosing vulnerabilities without prior coordination. I appreciate your patience and cooperation while I work to resolve any security concerns.
21+
22+
## Out of Scope
23+
24+
- Denial of Service (DoS) via resource exhaustion (unless it’s trivial to prevent)
25+
- Social engineering attacks
26+
- Issues in dependencies not maintained by this project
27+
- Vulnerabilities in projects that use chordnet (where the fix is unique to the project, in the project's source code, and/or not a vulnerability specific to chordnet)
28+
29+
## Contact
30+
31+
32+
GitHub: [https://github.com/jacklowrie](https://github.com/jacklowrie)
33+
34+
---
35+
36+
Thank you for helping keep Chordnet safe for everyone!

0 commit comments

Comments
 (0)