We welcome contributions from everyone! Here's how you can contribute:
-
Fork the Repository Start by forking our vulnerable-target repository.
-
Create a New Branch
- Always base your work from the
devbranch, which is the development branch with the latest code. - Make your changes
- If you want to add a new vulnerable target template, please contribute to our separate templates repository: vt-templates. You can check the example template.
- Test your changes locally before submitting
- Always base your work from the
-
Submit a Pull Request
- Open a pull request targeting the
devbranch - CI will automatically run linting, security scans, and tests on your PR
- Include a clear description of what your contribution adds
- Reference any related issues
- Open a pull request targeting the
If you find a bug or have a suggestion, please open an issue describing the problem or enhancement.
Happy Hacking!