Nigeria No1. Music site And Complete Entertainment portal for Music Promotion WhatsApp:- +2349077287056
Sunday, 8 December 2024
Show HN: A Security-First Web Server in C with XSS, SQL Injection Protection https://bit.ly/3D7VY52
Show HN: A Security-First Web Server in C with XSS, SQL Injection Protection I built a high-performance web server in C that prioritizes security from the ground up. Key features: - XSS protection and SQL injection prevention built into the core - Rate limiting with IP tracking and automatic blocking - Comprehensive security headers (CSP, HSTS, CORS) - Multi-threaded architecture with connection pooling - Zero-copy file serving for performance - 100% test coverage with integration tests - Pure C99, no external dependencies beyond POSIX The goal was to create a web server that's secure by default and easy to audit (under 2000 lines of C). All security features are enabled out of the box with sensible defaults. GitHub: https://bit.ly/49sImx8 I am looking for feedback, especially on the security implementation and test coverage. The code is MIT-licensed. https://bit.ly/49sImx8 December 8, 2024 at 11:47PM
Labels:
Hacker News
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment