Posts about #audit
2 posts
5 min read
How to Audit a Next.js App for Security Misconfigurations and Header Leaks
Default Next.js production setups leak server runtime info, misconfigure CORS, and expose internal routes. Here's the audit — inspect headers, find env leaks, verify CORS — with code fixes for next.config.js.
#nextjs#security#headers#cors#audit#vercel
5 min read
We Audited 50 Popular Web Applications: The Top 4 Security Mistakes We Found
An empirical teardown of 50 real websites. 68% lacked proper CSP or HSTS, 30% leaked stack traces on malformed input, 25% had public staging endpoints, and 17% had broken TLS chains. Here's what we found and how to fix it.
#security#audit#web-applications#headers#tls#findings