mirror of
https://github.com/stackblitz/bolt.new
synced 2025-06-26 18:17:50 +00:00
- Added .gitattributes to protect sensitive files - Added SECURITY.md with security policy and documentation - Enhanced repository protection Copyright (c) 2024 Ervin Remus Radosavlevici
1.6 KiB
1.6 KiB
Security Policy
Copyright Notice
Copyright (c) 2024 Ervin Remus Radosavlevici All rights reserved.
Reporting a Vulnerability
If you discover a security vulnerability within this project, please send an email to security@example.com. All security vulnerabilities will be promptly addressed.
Please do not disclose security vulnerabilities publicly until they have been addressed by the maintainers.
Security Features
This project implements several security features:
-
Enhanced Encryption
- AES-GCM encryption with authentication
- PBKDF2 key derivation with high iteration count
- Secure random salt generation
-
Authentication System
- Secure session management
- Protection against session hijacking
- Automatic session expiration
-
Security Middleware
- Content Security Policy headers
- Rate limiting to prevent brute force attacks
- XSS protection headers
-
Secure Storage
- Encrypted local storage
- Protection for sensitive data
-
Input Validation
- Sanitization to prevent XSS attacks
- Validation for common security threats
- Protection against SQL injection
Best Practices
When contributing to this project, please follow these security best practices:
- Never store sensitive information in client-side code
- Always validate and sanitize user input
- Use the provided security utilities for handling sensitive data
- Follow the principle of least privilege
- Keep dependencies updated to avoid security vulnerabilities
License
This project is protected by copyright law. Unauthorized use, modification, or distribution is prohibited.