Thank you for your interest in contributing to ssrf_filter!
Please adhere to the code of conduct.
Known issues: Before reporting new bugs, search if your issue already exists in the open issues.
Reporting new issues: Provide a reduced test case with clear reproduction steps.
Security issues: If you believe you've found a security issue please disclose it privately first, either through my vulnerability disclosure program on Hackerone or by direct messaging me on twitter.
If you plan on making large changes, please file an issue before submitting a pull request so we can reach agreement on your proposal.
- Fork this repository
- Check out a feature branch:
git checkout -b your-feature-branch
- Make changes on your branch
- Add/update tests - this project maintains 100% code coverage
- Make sure all status checks pass locally:
bundle exec bundler-audit
bundle exec rubocop
bundle exec rspec
- Submit a pull request with a description of your changes
Feel free to tweet or direct message me: @arkadiyt