As this is a documentation website, we continuously update and maintain the current version. Security updates are applied to the main branch as soon as they are identified and resolved.
| Version | Supported |
|---|---|
| Latest (main branch) | ✅ |
| Older commits | ❌ |
We take the security of the Hytale Modding Documentation site seriously. If you discover a security vulnerability, we appreciate your help in disclosing it to us responsibly.
Please report any of the following:
- Security vulnerabilities in the site itself
- XSS (Cross-Site Scripting) vulnerabilities
- Authentication or authorization issues
- Dependency vulnerabilities
- Any security concerns related to user data
- Potential exploits in the documentation platform
- Issues with Hytale game itself (report to Hypixel Studios)
- General bugs or feature requests (use GitHub Issues)
- Documentation typos or errors (use GitHub Issues)
Please do NOT report security vulnerabilities through public GitHub issues.
Instead, report security vulnerabilities by:
-
GitHub Security Advisories (Preferred)
- Go to the repository's Security tab
- Click "Report a vulnerability"
- Fill out the form with details
-
Email
- Send details to:
hello@hytalemodding.dev - Include "SECURITY" in the subject line
- Send details to:
-
Private Contact
- Open a GitHub issue with minimal details asking to discuss privately
- A maintainer will reach out to establish secure communication
When reporting a vulnerability, please include:
- Description of the vulnerability
- Steps to reproduce the issue
- Potential impact of the vulnerability
- Any suggestions for fixing the issue
- Your GitHub username (for acknowledgment)
- Initial Response: Within 48 hours
- Status Update: Within 7 days
- Resolution: Depends on severity and complexity
- We will acknowledge receipt of your vulnerability report
- We will provide an estimated timeline for a fix
- We will notify you when the vulnerability is fixed
- We will credit you in our security advisories (unless you prefer to remain anonymous)
If you're contributing to this project:
-
Dependencies
- Keep dependencies up to date
- Review security advisories for dependencies
- Run
bun auditregularly
-
Code Review
- All changes go through pull request review
- Security-sensitive changes require extra scrutiny
-
Secrets Management
- Never commit API keys, tokens, or credentials
- Use environment variables for sensitive data
- Review
.gitignoreto prevent accidental commits
-
User Input
- Sanitize all user input
- Validate data on both client and server
- Use appropriate encoding for output
This documentation may link to external resources. We are not responsible for the content or security of external websites. Users should exercise caution when:
- Downloading mods or plugins from external sources
- Running code examples from the documentation
- Following links to third-party resources
While we review all contributions, users should:
- Review code examples before using them in production
- Test plugins in safe environments first
- Verify information against official Hytale sources
When running the site locally:
- Only install dependencies from trusted sources
- Keep your development environment secure
- Be cautious with
.envfiles containing sensitive data
Security patches are applied as follows:
- Critical: Immediate hotfix to main branch
- High: Patched within 24-48 hours
- Medium: Patched in next regular update
- Low: Addressed in upcoming releases
For urgent security matters that cannot be disclosed publicly, please use:
- GitHub's security advisory feature (preferred)
- Email:
hello@hytalemodding.dev
We appreciate the security research community and will acknowledge all valid security reports. If you wish to be credited:
- We'll add your name to our security acknowledgments
- We'll credit you in the relevant security advisory
- We may feature your contribution in release notes
Thank you for helping keep the Hytale Modding Documentation site secure!