#application-security
Read more stories on Hashnode
Articles with this tag
Path traversal is a type of security vulnerability that can occur when a web application or service allows an attacker to access server files or...
In this article, we’ll look at three popular frameworks — Express.js, NestJS, and Fastify — and evaluate them according to how well they align with...
Vue is a popular JavaScript framework for building versatile web interfaces. Some of its most compelling features are its easy integration into...
TLDR This article walks us through a current Snyk Security Labs research project focusing on cloud based development environments (CDEs) — which...
Node.js presents a single-threaded event loop to your application, which allows CPU-bound operations to block the main thread and create delays. The...
Were you tasked with building a product that requires the execution of dynamic JavaScript originating from end users? You might think building it...