Tag
csrf
Safeguard articles tagged "csrf" — guides, analysis, and best practices for software supply chain and application security.
14 articles
Vulnerabilities
What Is a CSRF Token, and How Does It Stop CSRF?
A CSRF token is a random, per-session value a server requires on state-changing requests so a malicious site can't forge one on a logged-in user's behalf.
Jul 22, 20245 min read
Web Security
Cookie Security for Modern Web Applications
Cookie misconfigurations remain one of the most common web vulnerabilities. From SameSite to cookie prefixes, here is how to configure cookies that resist session hijacking and CSRF attacks.
Oct 5, 20225 min read