Posts about Security
Detecting vulnerable dependencies in IntelliJ IDEA
How to detect third party libraries with security vulnerabilities directly in IntelliJ IDEA.
How to protect your HTTP Cookies
Protecting your sensitive cookies is very important as stolen session cookie means an attacker can take your identity and wreak havoc.
OWASP Top Ten 2017
OWASP released 2017 version of top 10 Web Application Security Vulnerabilities. What are they, what is new and is your app vulnerable?
Snyk – Detecting dependencies with known vulnerabilities
How to detect and fix security vulnerabilities in your dependencies using Snyk?
Preventing Clickjacking
Clickjacking is an attack, where the user is tricked into performing an unwanted action by clicking on a seemingly harmless element. How to prevent it?
Detecting dependencies with known vulnerabilities
How to automatically detect vulnerable third-party libraries as a part of your build process, integrate it with CI and track vulnerable dependencies over time?
Session Fixation Attack
Session fixation is a type of attack, where the attacker can hijack user's session. What are some of the variants and how to prevent this type of attack?






