SnakeYaml 2.0: Solving the unsafe deserialization vulnerability
In December of last year, we reported CVE-2022-1471 to you. This unsafe deserialization problem could easily lead to arbitrary code …

Brian Vermeer
8,536 viewsIn December of last year, we reported CVE-2022-1471 to you. This unsafe deserialization problem could easily lead to arbitrary code …

Shai Almog
5,206 viewsWhat are the common vulnerabilities we need to be aware of? How do they look & how can we better protect ourselves from these common …

Brian Vermeer
5,743 viewsBy taking a proactive approach to XSS prevention and using the right resources and tools, developers can help ensure the security and …

Geertjan Wielenga
6,217 viewsDo you ever wonder what OpenJDK distributions and what Java versions your peers are using? What Java versions?

Marit van Dijk
14,074 viewsLet's look at analyzing dependencies in IntelliJ IDEA. Where does your application get a specific version of a library, show conflicts, etc.

Marit van Dijk
10,847 viewsDid you know bots can automatically create pull requests to keep dependencies secure and up to date? Find out here!

Erik Costlow
2,989 viewsA demonstration of log4j exploits, which defenses people tried, and which worked. We'll cover how groups responded effectively to patch to …

Brian Vermeer
7,275 viewsPath traversal vulnerabilities are a serious threat to Java web applications, amongst the top security issues Snyk finds in Java code.

Theresa Mammarella
8,482 viewsNext time you’re considering a new Java library, look for the Sonatype Safety Rating on Maven Central to aid in your decision making.

Brian Vermeer
6,788 viewsJava is a compiled language, so you should create an SBOM whenever you build a release version of your application. Find out more here!