Thank you for your interest in contributing to PRotect! This extension helps developers analyze and detect security vulnerabilities in Pull Requests (PRs). Your contributions help improve secure coding practices.
- Fork the repository on GitHub.
- Clone your fork to your local machine:
git clone https://github.com/PYRAG-PRotect/Extension.git cd Extension_v_2
- Open Google Chrome and go to
chrome://extensions/ - Enable Developer Mode (toggle in the top-right corner)
- Click Load Unpacked
- Select the cloned repository folder (where
manifest.jsonis located)
- Follow the best coding practices and ensure your code is clean and readable.
- Commit changes with meaningful messages:
git add . git commit -m "Fix: Improved vulnerability detection logic"
- Push changes to your fork and open a Pull Request.
- Found a bug? Have a feature suggestion? Create an issue here.
- Provide detailed information, steps to reproduce, and screenshots if applicable.
- Use JavaScript for development.
- Follow Chrome Extension APIs standards.
- Categorize vulnerabilities by severity levels.