| Version | Supported |
|---|---|
| 2.0.x | ✅ |
| 1.x.x | ❌ |
If you discover a security vulnerability in Git Fix Manager, please report it by creating a private security advisory on GitHub.
- Go to the Security tab of the repository
- Click "Advisories"
- Click "New draft security advisory"
- Fill in the details
We will respond to security reports within 48 hours and aim to release a fix within 7 days.
This project implements the following security measures:
- All shell scripts use
set -euo pipefailfor strict error handling - Temporary files are created using
mktempwith proper cleanup - User input is validated before processing
- No execution of user-provided strings
- All releases are signed with SHA256 checksums