Skip to content

Security: eslutz/Torrent-Services

Security

.github/SECURITY.md

Security Policy

Supported Versions

This project is a configuration repository and does not follow semantic versioning.

Version Supported
main

Reporting a Vulnerability

We take security seriously. If you discover a security vulnerability, please follow these guidelines:

  1. Do not open a public issue on GitHub.
  2. Report security vulnerabilities by emailing the maintainer at security@ericslutz.dev.
  3. Include as much information as possible:
    • A description of the vulnerability
    • Steps to reproduce the issue
    • Possible impact of the vulnerability
    • Any suggested fixes (if you have them)

We will make every effort to acknowledge your report promptly.

Security Best Practices

When deploying this stack:

  1. VPN Enforcement: Ensure download client traffic is strictly routed through the VPN to prevent IP leaks.
  2. Network Isolation: Deploy these services in a dedicated network segment isolated from other local networks.
  3. Authentication: Enable authentication on all web interfaces even inside the LAN.
  4. Secrets Management: Use .env files for API keys and passwords; never commit them to the repository.
  5. Regular Updates: Keep Docker images updated to receive upstream security patches from service maintainers.

There aren’t any published security advisories