| Version | Supported |
|---|---|
| latest | ✅ |
If you discover a security vulnerability in Nuxt UI Theme Builder, please report it responsibly.
Do NOT open a public issue for security vulnerabilities.
- Email: Send details to the repository owner via GitHub profile contact
- GitHub Security Advisories: Use the private vulnerability reporting feature
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
- Acknowledgment: Within 48 hours
- Initial Assessment: Within 7 days
- Resolution: Depends on severity, typically within 30 days
This policy covers:
- The Nuxt UI Theme Builder application code
- Server API endpoints
- Client-side security (XSS, injection)
- Dependencies with known vulnerabilities
- Third-party services (Vercel, AI providers)
- User-provided API keys (handled client-side only)
- Theoretical attacks without proof of concept
This project implements:
nuxt-securitymodule for CSP, rate limiting, and security headers- Zod schema validation for all API inputs/outputs
- DOMPurify for sanitizing user content
- No server-side storage of user API keys
- Dependency vulnerability scanning via Renovate and GitHub Dependabot