Changelog
What's new in LogsDB
Windows Security Event IDs
Added comprehensive documentation for Windows Security Event IDs: 4672 (Special Privileges Assigned), 4688 (Process Creation), 4720 (User Account Created), and 4726 (User Account Deleted) with full field descriptions, SIEM configurations, Sigma rules, and detection use cases.
New App Logo & Favicon
Updated the application logo and favicon with a new design. Added full favicon compatibility for Google, iOS (apple-touch-icon), Android, and PWA with multiple sizes (16px to 512px).
Log Sample Downloads
Fixed file download API that was returning duplicate Content-Disposition headers causing browser errors.
Security Hardening
Comprehensive security update: rate limiting (10 uploads/hour, 100 API requests/minute), anti-bot protection with challenge tokens and honeypot fields, input validation, and MIME type verification.
Security Headers
Added Content-Security-Policy, Strict-Transport-Security (HSTS), X-Frame-Options, X-Content-Type-Options, and other security headers to protect against XSS, clickjacking, and MIME sniffing attacks.
Security Vulnerabilities Fixed
Fixed ReDoS vulnerability in contribution routes, path traversal in file downloads, and unsafe JSON parsing. Updated Next.js to 14.2.35 to address multiple CVEs.
Role-Based Access Control
Added RBAC system with user, contributor, and admin roles. Roles are configurable via environment variables.
View Samples on Log Pages
Each log type documentation page now has a 'View Samples' button linking to real-world log examples from the community.
SEO Optimizations
Dynamic meta titles for log sample detail pages, noindex for filtered pages to avoid thin content issues.