Fix Java Security Issues While Coding in IntelliJ IDEA
Let’s see how we can integrate security and secure development into IntelliJ IDEA using the new Snyk vulnerability scanner plugin!
Let’s see how we can integrate security and secure development into IntelliJ IDEA using the new Snyk vulnerability scanner plugin!

The npm Registry is vulnerable to supply chain namespace shadowing, also known as “Dependency Confusion” attacks!

SQL injection, when a user adds untrusted data to a database query, is one of the most dangerous vulnerabilities for online applications.
Code reviews are hard to do well. Particularly when you’re not entirely sure about the errors you should be looking for!
Code reviews are hard to do well. Particularly when you’re not entirely sure about the errors you should be looking for!
Learn how to write to disk safely in Java, combining disk sync, shutdown hooks, and atomic renaming of files!
For Java developers and architects who design, build, and run applications, there are two core take-aways to the SolarWinds hack...

Learn how to set up an OpenID Connect (OIDC) client with Spring Security using mutual TLS as a method for authenticating the client.

What are the quick wins or low hanging fruits if you want to deal more with the topic of security in software development?
In this part, we continue with even more harmful attacks and show you how you can prevent this in your own code.