Skip to content

Commit 66c9804

Browse files
authored
add SECURITY.md with security policy (JhaSourav07#43)
* add SECURITY.md with security policy * docs: add SECURITY.md with security policy * remove old SECURITY.md * docs: add SECURITY.md properly formatted * style: format codebse using prettier
1 parent eef5bed commit 66c9804

1 file changed

Lines changed: 129 additions & 0 deletions

File tree

SECURITY.md

Lines changed: 129 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,129 @@
1+
# 🔐 Security Policy
2+
3+
## 📢 Reporting a Vulnerability
4+
5+
We take the security of CommitPulse seriously. If you discover a vulnerability, please report it responsibly.
6+
7+
- Please contact maintainers via GitHub (preferred)
8+
9+
Please include:
10+
11+
- Description of the vulnerability
12+
- Steps to reproduce
13+
- Potential impact
14+
- Suggested fix (if possible)
15+
16+
⚠️ Please do NOT create public issues for security vulnerabilities.
17+
18+
---
19+
20+
## 🛡️ Supported Versions
21+
22+
We aim to support the latest version of CommitPulse.
23+
24+
| Version | Supported |
25+
| ------- | --------- |
26+
| Latest | ✅ Yes |
27+
| Older | ❌ No |
28+
29+
---
30+
31+
## 🔒 Security Best Practices
32+
33+
To keep your usage secure:
34+
35+
- Always install from trusted sources
36+
- Avoid running the tool on untrusted repositories
37+
- Keep your dependencies updated
38+
- Do not expose sensitive tokens or credentials
39+
40+
---
41+
42+
## 🔐 Data & Privacy
43+
44+
CommitPulse is designed with privacy in mind:
45+
46+
- No source code is uploaded or stored
47+
- Only Git metadata is analyzed
48+
- Local analysis mode ensures full control over your data
49+
50+
---
51+
52+
## ⚙️ Responsible Disclosure
53+
54+
We appreciate responsible disclosure and will:
55+
56+
- Respond within 48–72 hours
57+
- Investigate and fix issues promptly
58+
- Credit contributors (if desired)
59+
60+
---
61+
62+
## 🙏 Acknowledgements
63+
64+
Thanks to all contributors who help keep CommitPulse secure.
65+
66+
# 🔐 Security Policy
67+
68+
## 📢 Reporting a Vulnerability
69+
70+
We take the security of CommitPulse seriously. If you discover a vulnerability, please report it responsibly.
71+
72+
- Please contact maintainers via GitHub (preferred)
73+
74+
Please include:
75+
76+
- Description of the vulnerability
77+
- Steps to reproduce
78+
- Potential impact
79+
- Suggested fix (if possible)
80+
81+
⚠️ Please do NOT create public issues for security vulnerabilities.
82+
83+
---
84+
85+
## 🛡️ Supported Versions
86+
87+
We aim to support the latest version of CommitPulse.
88+
89+
| Version | Supported |
90+
| ------- | --------- |
91+
| Latest | ✅ Yes |
92+
| Older | ❌ No |
93+
94+
---
95+
96+
## 🔒 Security Best Practices
97+
98+
To keep your usage secure:
99+
100+
- Always install from trusted sources
101+
- Avoid running the tool on untrusted repositories
102+
- Keep your dependencies updated
103+
- Do not expose sensitive tokens or credentials
104+
105+
---
106+
107+
## 🔐 Data & Privacy
108+
109+
CommitPulse is designed with privacy in mind:
110+
111+
- No source code is uploaded or stored
112+
- Only Git metadata is analyzed
113+
- Local analysis mode ensures full control over your data
114+
115+
---
116+
117+
## ⚙️ Responsible Disclosure
118+
119+
We appreciate responsible disclosure and will:
120+
121+
- Respond within 48–72 hours
122+
- Investigate and fix issues promptly
123+
- Credit contributors (if desired)
124+
125+
---
126+
127+
## 🙏 Acknowledgements
128+
129+
Thanks to all contributors who help keep CommitPulse secure.

0 commit comments

Comments
 (0)