Skip to content

Security: ushell/cc-docker

Security

SECURITY.md

Security Policy

Supported Versions

We actively support the latest version of cc-docker. Security updates will be provided for:

Version Supported
Latest
< Latest

Reporting a Vulnerability

If you discover a security vulnerability, please do not open a public issue. Instead, please report it privately:

  1. Email: Send details to the repository maintainers (check the repository's main page for contact information)
  2. GitHub Security Advisory: Use GitHub's private vulnerability reporting feature if available

What to Include

When reporting a vulnerability, please include:

  • Description of the vulnerability
  • Steps to reproduce
  • Potential impact
  • Suggested fix (if any)
  • Your contact information (optional, but helpful for follow-up questions)

Response Time

We aim to:

  • Acknowledge receipt within 48 hours
  • Provide an initial assessment within 7 days
  • Keep you informed of our progress

Disclosure Policy

  • We will work with you to understand and resolve the issue quickly
  • We will credit you for the discovery (unless you prefer to remain anonymous)
  • We will coordinate public disclosure after a fix is available

Security Best Practices

When using cc-docker:

  1. Environment Variables: Never commit .env files or .docker/env files containing sensitive information
  2. API Keys: Store API keys securely in environment variables, not in code
  3. Docker Images: Regularly update base images to get security patches
  4. Permissions: Review file permissions and container access controls
  5. Network: Be cautious when using --network host mode

Known Security Considerations

  • The Docker container runs with --network host by default, which shares the host's network stack
  • The container includes a non-root user developer with sudo privileges
  • Environment variables are passed to the container and may be visible in container inspection

Thank you for helping keep cc-docker secure!

There aren't any published security advisories