A modular web framework for C, inspired by kernel modules. Dynamically upload and compile C code at runtime to build REST APIs, WebSocket services, and more. Includes support for JSON (Jansson), SQLite, OpenSSL, and streaming large data efficiently.
The current implementation does not sanitize headers or values. Attackers could exploit this to inject malicious headers (e.g., via newline characters).
Add sanitization to prevent injection attacks.
Reject headers with invalid characters or formats.
The current implementation does not sanitize headers or values. Attackers could exploit this to inject malicious headers (e.g., via newline characters).