| layout | default |
|---|
Thanks for checking out this project! We're excited to hear and learn from you. Your experiences will benefit others who read and use these guides.
We've put together the following guidelines to help you figure out where you can best be helpful.
- Types of contributions we're looking for
- Ground rules & expectations
- How to contribute
- Setting up your environment
- Community
There are many ways you can directly contribute to the guides (in descending order of need):
- Fix issues or bugs in the tool reviewed by the owner
- Include new security tools and technologies supported
- Include new features that improves the behaviour of the tool
Interested in contributing to this fafnir-sec? Read on!
Before we get started, here are a few things we expect from you (and that you should expect from others):
- Be kind and thoughtful in your conversations around this project. Try to listen to others rather than convince them that your way is correct.
- fafnir-sec are released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.
- Please ensure that your contribution passes all security and quality tests if you open a pull request. If there are test failures, you will need to address them before we can merge your contribution.
- When adding content, please consider if it is widely valuable. Please don't add references or links to things you or your employer have created, as others will do so if they appreciate it.
If you'd like to contribute, start by searching through the pull requests to see whether someone else has raised a similar idea or question.
If you don't see your idea listed, and you think it fits into the goals of this guide, open a pull request.
This tool is powered by python, so you need a Python environment with pip.
Once you have that set up:
- Create a fork and clone it locally. You should create also a new branch with a descriptive name: feature/add-semgrep-configuration, fix/change-semgrep-command or tool/add-semgrep-sast-tool
- Create a new virtual environment.
- Install
Discussions about fafnir-sec issues and features take place on this repository's Issues and Pull Requests sections. Anybody is welcome to join these conversations.
Wherever possible, do not take these conversations to private channels, including contacting the maintainers directly. Keeping communication public means everybody can benefit and learn from the conversation.
Note that is a good practice to create first a issue and receive the feedback, before develop a contributing. It is mandatory to link a issue in the Pull Request.