Skip to content

Security: nothingb0t/nothing

Security

SECURITY.md

Security Policy

Reporting a Vulnerability

The Void team takes security seriously. If you discover a security vulnerability in Void, please report it by emailing security@void-framework.dev.

Please do not report security vulnerabilities through public GitHub issues.

What to Include

When reporting a vulnerability, please include:

  • Description of the vulnerability
  • Steps to reproduce the issue
  • Potential impact
  • Suggested fix (if available)

Response Time

  • We will acknowledge receipt within 48 hours
  • We will provide a detailed response within 7 days
  • We will notify you when the vulnerability has been fixed

Disclosure Policy

  • Report the vulnerability privately first
  • Allow us time to address the issue
  • We will credit you in the security advisory (if desired)

Supported Versions

Version Supported
0.x.x

Security Measures

Void implements several security measures:

  • 🔒 Type-safe APIs
  • ✅ 100% test coverage
  • 🛡️ No external dependencies (in core packages)
  • 🔍 Regular security audits
  • 📦 Signed releases

Known Issues

None at this time. Given that Void does nothing, the attack surface is minimal.

Best Practices

When using Void:

  1. Always use the latest version
  2. Keep dependencies updated
  3. Follow TypeScript strict mode
  4. Validate plugin sources
  5. Use environment variables for sensitive config

Thank you for helping keep Void secure! (Even though it does nothing, we appreciate your vigilance.)

There aren’t any published security advisories