Skip to content

Commit 185d8c7

Browse files
authored
docs(security): remove duplicated content in SECURITY.md (JhaSourav07#281)
## Description Fixes JhaSourav07#280 Removed the accidental duplication of the security policy where lines 1-65 were repeated verbatim at the end of the file. ## Pillar - [ ] 🎨 Pillar 1 β€” New Theme Design - [ ] πŸ“ Pillar 2 β€” Geometric SVG Improvement - [ ] πŸ• Pillar 3 β€” Timezone Logic Optimization - [x] πŸ› οΈ Other (Bug fix, refactoring, docs) ## Visual Preview ## Checklist before requesting a review: - [x] I have read the `CONTRIBUTING.md` file. - [x] I have tested these changes locally (`localhost:3000/api/streak?user=YOUR_USERNAME`). - [x] I have run `npm run format` and `npm run lint` locally and resolved all errors (CI will fail otherwise). - [x] My commits follow the Conventional Commits format (e.g., `feat(themes): ...`, `fix(calculate): ...`). - [x] I have updated `README.md` if I added a new theme or URL parameter. - [x] I have started the repo. - [x] I have made sure that i have only one commit to merge in this PR. - [x] The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts). - [x] (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.
2 parents 4c340f0 + adfdf23 commit 185d8c7

1 file changed

Lines changed: 0 additions & 65 deletions

File tree

β€ŽSECURITY.mdβ€Ž

Lines changed: 0 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -62,68 +62,3 @@ We appreciate responsible disclosure and will:
6262
## πŸ™ Acknowledgements
6363

6464
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)