Skip to content

Security: intelligenthack/intelligentcache

Security

.github/SECURITY.md

Security Policy

Supported Versions

Version Supported
4.x
< 4.0

Reporting a Vulnerability

If you discover a security vulnerability in this project, please report it responsibly:

  1. Do not open a public GitHub issue for security vulnerabilities
  2. Email the maintainers directly or use GitHub's private vulnerability reporting feature
  3. Include as much detail as possible:
    • Description of the vulnerability
    • Steps to reproduce
    • Potential impact
    • Suggested fix (if any)

We will acknowledge receipt within 48 hours and aim to provide a fix within 7 days for critical vulnerabilities.

Security Best Practices

When using this library:

  • Keep your dependencies up to date
  • Use secure Redis connections (TLS) in production
  • Avoid caching sensitive data without encryption
  • Use unique cache key prefixes per application/environment
  • Review serialized data for sensitive information exposure

There aren’t any published security advisories