| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The HackMate project takes the security and integrity of its codebase seriously. This document outlines our security practices, how to report vulnerabilities, and what users can expect from the project in terms of responsible disclosure.
Security fixes are applied to the latest version on the main branch only. We do not backport fixes to older releases. Always ensure you are running the latest version before reporting an issue.
| Version | Supported |
|---|---|
| Latest (main) | ✅ Yes |
| Any prior release | ❌ No |
If you discover a security vulnerability in HackMate, please do not open a public GitHub issue with sensitive details. Doing so could expose other users to risk before a fix is available.
Instead, please report it through one of the following channels:
GitHub Issues (preferred): Open an issue labeled security and describe the general nature of the problem without including exploit details. We will follow up with you privately.
Direct contact: If the issue is critical and requires immediate attention, mention it in a GitHub issue and we will reach out.
We aim to acknowledge all security reports within 72 hours and to provide a fix or mitigation within 14 days for confirmed vulnerabilities, depending on severity.
The following are considered security-relevant:
The following are not considered security issues for the purposes of this policy:
HackMate is an open-source educational tool. It automates the generation of OpenCore EFI configurations for use on non-Apple hardware. Users are solely responsible for ensuring their use of this software complies with applicable laws and any third-party terms of service in their jurisdiction.
The authors of HackMate:
Any forks or redistributions of this project are the sole legal and ethical responsibility of the person or entity that created them. See LICENSE for full terms.
HackMate downloads files from the following trusted sources at runtime:
| Source | Purpose |
|---|---|
| github.com/acidanthera/OpenCorePkg | OpenCore bootloader |
| github.com/corpnewt/SSDTTime | ACPI table generation |
| github.com/acidanthera/OpenCorePkg (macrecovery) | macOS recovery downloader |
| raw.githubusercontent.com/riftaway7-code/hackmate | HackMate auto-updater |
| Apple CDN | macOS recovery image |
All downloads are performed over HTTPS. We do not verify checksums for third-party tools at this time — this is a known limitation and a planned improvement.
HackMate includes an auto-updater that downloads Python source files from the official GitHub repository on launch. This updater:
If you are concerned about the auto-updater, you can disable it by deleting or not running updater.py. HackMate will still function without it.
For non-security bugs and feature requests, please open a regular GitHub issue. For security concerns, open an issue labeled security and we will follow up.
| Back | FazBrowse Home | New Git URL |