Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.05 KB

File metadata and controls

30 lines (19 loc) · 1.05 KB

Contributing to Unsafe Code Lab

Thank you for your interest in contributing! We welcome bug reports, documentation improvements, and new vulnerability examples.

Quick Start for Contributors

This main branch contains the student-facing content. All development happens on the develop branch, which includes additional tooling, tests, and documentation generation infrastructure.

To contribute:

git clone https://github.com/Irench1k/unsafe-code
cd unsafe-code
git checkout develop

Then see the full CONTRIBUTING.md on develop for:

  • Development environment setup
  • How to run the documentation generator
  • Guidelines for creating realistic vulnerability examples
  • Code quality and testing requirements

Reporting Issues

Found a bug or have an idea? Open an issue on GitHub.

Code of Conduct

Be respectful and constructive. This is an educational project.