diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e32f625..44acedb 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,12 @@ ## Contributing -Contributions are welcome! Please see the following page in our documentation with future plans and feature ideas if you are looking for a place to start. +Contributions are welcome! + +Please see the contribution and local development guide on the docs page before getting started: + +https://docs.fossorial.io/development + +For ideas about what features to work on and our future plans, please see the roadmap: https://docs.fossorial.io/roadmap @@ -15,4 +21,4 @@ By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. -``` \ No newline at end of file +``` diff --git a/SECURITY.md b/SECURITY.md new file mode 100644 index 0000000..909402a --- /dev/null +++ b/SECURITY.md @@ -0,0 +1,14 @@ +# Security Policy + +If you discover a security vulnerability, please follow the steps below to responsibly disclose it to us: + +1. **Do not create a public GitHub issue or discussion post.** This could put the security of other users at risk. +2. Send a detailed report to [security@fossorial.io](mailto:security@fossorial.io) or send a **private** message to a maintainer on [Discord](https://discord.gg/HCJR8Xhme4). Include: + +- Description and location of the vulnerability. +- Potential impact of the vulnerability. +- Steps to reproduce the vulnerability. +- Potential solutions to fix the vulnerability. +- Your name/handle and a link for recognition (optional). + +We aim to address the issue as soon as possible.