File tree Expand file tree Collapse file tree 4 files changed +57
-0
lines changed
Expand file tree Collapse file tree 4 files changed +57
-0
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,9 @@ This file focuses on `cellucid-r` (the R package that exports data to the Celluc
77By participating, you agree to follow the project’s Code of Conduct:
88- ` CODE_OF_CONDUCT.md `
99
10+ If you’re reporting a security issue, please follow:
11+ - ` SECURITY.md `
12+
1013---
1114
1215## Which repo should I contribute to?
Original file line number Diff line number Diff line change @@ -60,6 +60,14 @@ cellucid_prepare(
6060- Source: [ cellucid-r] ( https://github.com/theislab/cellucid-r ) · [ cellucid] ( https://github.com/theislab/cellucid )
6161- Citation: ` citation("cellucid") `
6262
63+ ## Community
64+
65+ - Contributing: [ CONTRIBUTING.md] ( CONTRIBUTING.md )
66+ - Code of Conduct: [ CODE_OF_CONDUCT.md] ( CODE_OF_CONDUCT.md )
67+ - Security: [ SECURITY.md] ( SECURITY.md )
68+ - Support: [ SUPPORT.md] ( SUPPORT.md )
69+ - GitHub citation metadata: [ CITATION.cff] ( CITATION.cff )
70+
6371## License
6472
6573BSD-3-Clause
Original file line number Diff line number Diff line change 1+ # Security Policy
2+
3+ Cellucid takes security and privacy seriously. We appreciate responsible
4+ disclosure and will work with you to understand, validate, and address issues.
5+
6+ ## Reporting a vulnerability
7+
8+ Please do ** not** open a public GitHub issue for security reports.
9+
10+ Preferred:
11+ - Use GitHub’s private vulnerability reporting (Security → “Report a
12+ vulnerability”) in the relevant repository, if available.
13+
14+ Alternative:
15+ - Email the maintainer at ` k.inecik@gmail.com ` .
16+
17+ Please include:
18+ - a clear description of the issue and potential impact,
19+ - steps to reproduce (or a proof-of-concept),
20+ - affected components and versions (if known),
21+ - any suggested mitigation or fix.
22+
23+ ## What to expect
24+
25+ - We aim to acknowledge reports within ** 2 business days** .
26+ - We will coordinate a fix and a disclosure timeline with you.
27+ - If you prefer, we can credit you in the advisory/release notes.
28+
29+ ## Supported versions
30+
31+ We generally support the latest released version and the current ` main ` branch.
32+
Original file line number Diff line number Diff line change 1+ # Support
2+
3+ Thanks for using ` cellucid ` (R).
4+
5+ ## Getting help
6+
7+ - Documentation: https://cellucid.readthedocs.io/en/latest/user_guide/r_package/index.html
8+ - Issues: https://github.com/theislab/cellucid-r/issues
9+ - For security issues, see ` SECURITY.md ` .
10+
11+ ## Code of Conduct
12+
13+ All project spaces are covered by ` CODE_OF_CONDUCT.md ` .
14+
You can’t perform that action at this time.
0 commit comments