mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-11 22:41:00 +01:00
1.6 KiB
1.6 KiB
Contributing to OWASP dependency-check
Reporting Bugs
- Ensure you're running the latest version of dependency-check.
- Ensure the bug has not already been reported.
- If you're unable to find an open issue addressing the problem, please submit a new issue.
- Please fill out the appropriate section of the bug report template provided. Please delete any sections not needed in the template.
Reporting Vulnerabilities
- If you believe you have found a vulnerability in dependency-check itself (not that dependency-check found a vulnerability); please email jeremy.long@owasp.org.
Asking Questions
- Your question may be answered by taking a look at the documentataion.
- If you still have a question consider:
- posting to the Google Group
- opening a new issue
Enhancement Requests
- Suggest changes by submitting a new issue and begin coding.
Contributing Code
- If you have written a new feature or have fixed a bug please open a new pull request with the patch.
- Ensure the PR description clearly describes the problem and solution. Include any related issue number(s) if applicable.
- Please ensure the PR passes the automated checks performed (travis-ci, codacy, etc.)
- Please consider adding test cases for any new functionality
Thank you for your contributions
OWASP dependency-check team