Implements the subset of RFC 8555 – Automatic Certificate Management Environment (ACME) – necessary for a client to support TLS certificate provisioning from Let’s Encrypt using HTTP-01 challenges.... (more…)
Read more »
Node implements the 418 I'm a Teapot status code in a few places.
Its source is RFC2324, Hyper Text Coffee Pot Control Protocol (HTCPCP/1.0). Note the title - HTCPCP/1.0 is not HTTP/1.x.
HTCPCP was... (more…)
Read more »
Real-world JS 1Real-world JS Vulnerabilities Series 1express-fileuploadJavaScript Vulnerabilities (prototype pollution, redos, type confusion etc) is a popular topic in recent security competition suc... (more…)
Read more »
I recently wrote a blog post about how I use NVM to manage my node version. Someone commented on the post saying I should look into Volta
What is Volta
Volta is a command line tool used to manage your Node.js. It is built using Rust and is shipped as... (more…)
Read more »